-- MySQL dump 10.13  Distrib 5.5.32, for Win32 (x86)
--
-- Host: localhost    Database: netpacific
-- ------------------------------------------------------
-- Server version	5.5.16

/*!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=2 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,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-07-21 00:46:34','2017-07-21 00:46:34','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',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(191) 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=482 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://localhost/netpac','yes'),(2,'home','http://localhost/netpac','yes'),(3,'blogname','NET PACIFIC','yes'),(4,'blogdescription','Engineering Expertise','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@getonline.ph','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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:123:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=37&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[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:83:\"[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:83:\"[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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([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:77:\"([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:72:\"([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:65:\"([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:72:\"([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:61:\"([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:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[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:72:\"[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:72:\"[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:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([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:51:\"([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:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:35:\"backupwordpress/backupwordpress.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:57:\"pagepost-content-shortcode/pagepost-content-shortcode.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','Asia/Singapore','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','37','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s: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'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:7:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'cron','a:7:{i:1503319595;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:1503327600;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"bf6db20664c8e7220049cdac83f66a9b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:2:\"id\";s:10:\"1503277141\";}s:8:\"interval\";i:86400;}}}i:1503362812;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:1503362958;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1503774000;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"ab85c4c1f9388b67106b6692e9853933\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:1:{s:2:\"id\";s:10:\"1503277142\";}s:8:\"interval\";i:604800;}}}i:1505782115;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(108,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1500598113;s:4:\"data\";a:4:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(117,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1503277125;s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.0.64\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:2:{s:11:\"new_version\";s:6:\"3.0.69\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"translations\";a:0:{}}','no'),(121,'can_compress_scripts','1','no'),(132,'_site_transient_timeout_available_translations','1500608813','no'),(133,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 21:35:47\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-09 03:55:46\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:31:44\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 19:16:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 11:47:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 13:21:24\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 21:25:12\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:50:23\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8/de_CH_informal.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-08 16:08:42\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-15 19:58:49\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 18:05:57\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:09:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 16:48:27\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:18:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 05:14:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-27 10:36:23\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 17:22:41\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-07 00:53:01\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 00:55:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_AR.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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-18 10:53:33\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 08:00:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 18:25:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 06:47:57\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-07 13:48:37\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 17:58:06\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:40:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-07 12:07:46\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:33:29\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 17:29:16\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-19 08:19:39\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-12 12:20:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-04 13:01:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-25 11:16:15\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 18:44:50\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 07:08:35\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 11:43:04\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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.18\";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:65:\"https://downloads.wordpress.org/translation/core/4.1.18/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-26 11:11:30\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 11:30:58\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 17:04:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_BE.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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.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:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-18 18:26:58\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 13:05:53\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/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:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-19 13:38:04\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.18\";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:62:\"https://downloads.wordpress.org/translation/core/4.1.18/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 10:24:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-13 23:57:05\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-15 10:32:19\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:54:09\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 09:02:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 15:29:14\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 11:06:53\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-18 17:49:44\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 13:54:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-01 22:52:09\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-02 09:17:00\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 11:24:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 05:48:05\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/zh_HK.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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 10:14:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"继续\";}}}','no'),(135,'WPLANG','','yes'),(138,'current_theme','Divi','yes'),(139,'theme_mods_Divi','a:10:{i:0;b:0;s:18:\"custom_css_post_id\";i:43;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_6\";s:2:\"on\";s:16:\"background_color\";s:6:\"ffffff\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:21:\"et_pb_replace_content\";s:2:\"on\";}','yes'),(140,'theme_switched','','yes'),(141,'et_pb_cache_notice','a:1:{s:6:\"3.0.64\";s:6:\"ignore\";}','yes'),(146,'et_core_version','3.0.64','yes'),(148,'et_divi','a:121:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:40:\"divi_email_provider_credentials_migrated\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:12:\"heading_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:10:\"font_color\";s:7:\"#1f4897\";s:12:\"header_color\";s:7:\"#1f4897\";s:12:\"header_style\";s:5:\"split\";s:12:\"vertical_nav\";b:0;s:8:\"hide_nav\";b:0;s:15:\"hide_fixed_logo\";b:0;s:16:\"show_search_icon\";b:0;s:9:\"divi_logo\";s:76:\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-07.png\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:2855:\"/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:24px;\ncolor:#7F7F7F;\nfont-weight:bold;\npadding:30px 0 10px 0;\n}\n\n.case-study .et_pb_slide_content {\nfont-weight:100;\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:9:\"menu_link\";s:7:\"#ffffff\";s:14:\"primary_nav_bg\";s:17:\"rgba(31,72,151,0)\";s:16:\"menu_link_active\";s:7:\"#ffffff\";s:30:\"primary_nav_dropdown_animation\";s:4:\"fade\";s:13:\"nav_fullwidth\";b:0;s:17:\"hide_primary_logo\";b:1;s:16:\"primary_nav_font\";s:9:\"Open Sans\";s:22:\"primary_nav_font_style\";s:14:\"bold|uppercase\";s:21:\"minimized_menu_height\";i:55;s:11:\"logo_height\";i:100;s:11:\"menu_height\";i:55;s:20:\"fixed_primary_nav_bg\";s:7:\"#1f4897\";s:14:\"body_font_size\";i:15;s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:24:\"show_footer_social_icons\";b:0;s:21:\"custom_footer_credits\";s:137:\"© 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\"http://www.designfuel.com.ph/\" target=\"_blank\">Design Fuel</a>\";s:27:\"bottom_bar_background_color\";s:7:\"#ffffff\";s:21:\"bottom_bar_text_color\";s:7:\"#1f4897\";s:20:\"bottom_bar_font_size\";i:12;s:23:\"primary_nav_dropdown_bg\";s:7:\"#1f4897\";s:27:\"et_pb_clear_templates_cache\";b:1;}','yes'),(149,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(153,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(154,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(155,'et_images_temp_folder','C:\\xampp2\\htdocs\\netpac/wp-content/uploads/et_temp','yes'),(156,'et_schedule_clean_images_last_time','1502842108','yes'),(157,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(161,'_transient_timeout_et_divi_customizer_option_set','1502756861','no'),(162,'_transient_et_divi_customizer_option_set','theme','no'),(165,'et_google_api_settings','a:2:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','yes'),(166,'et_automatic_updates_options','a:2:{s:8:\"username\";s:0:\"\";s:7:\"api_key\";s:0:\"\";}','yes'),(197,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(232,'_site_transient_timeout_browser_aaf9c57e6242dbb01555147af45dbc6b','1502155469','no'),(233,'_site_transient_browser_aaf9c57e6242dbb01555147af45dbc6b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";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;}','no'),(262,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1503277136;}','no'),(270,'et_account_status','active','yes'),(271,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.0.64\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:2:{s:11:\"new_version\";s:6:\"3.0.69\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"last_checked\";i:1503277126;}','no'),(272,'recently_activated','a:0:{}','yes'),(278,'_transient_timeout_plugin_slugs','1503363541','no'),(279,'_transient_plugin_slugs','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"backupwordpress/backupwordpress.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:9:\"hello.php\";i:4;s:57:\"pagepost-content-shortcode/pagepost-content-shortcode.php\";}','no'),(301,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(302,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.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.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";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:12:\"last_checked\";i:1503277121;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}','no'),(308,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"info@getonline.ph\";s:7:\"version\";s:5:\"4.8.1\";s:9:\"timestamp\";i:1501719286;}','no'),(379,'_site_transient_timeout_browser_3768e6372c28ea86bfa0d335c1f3bd98','1503273991','no'),(380,'_site_transient_browser_3768e6372c28ea86bfa0d335c1f3bd98','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";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;}','no'),(425,'_site_transient_timeout_browser_2a9700bebb9a75c00fd83fcab4c93d05','1503878189','no'),(426,'_site_transient_browser_2a9700bebb9a75c00fd83fcab4c93d05','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";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;}','no'),(427,'_site_transient_timeout_community-events-4501c091b0366d76ea3218b6cfdd8097','1503316592','no'),(428,'_site_transient_community-events-4501c091b0366d76ea3218b6cfdd8097','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:2:\"::\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:73:\"WordPress Global Translation Day 3 + How to use Git version control in WP\";s:3:\"url\";s:64:\"https://www.meetup.com/Manila-WordPress-Meetup/events/241818872/\";s:6:\"meetup\";s:23:\"Manila WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Manila-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-09-30 14:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Manila, NCR, Philippines\";s:7:\"country\";s:2:\"PH\";s:8:\"latitude\";d:14.619999885559000318835387588478624820709228515625;s:9:\"longitude\";d:120.97000122069999861196265555918216705322265625;}}}}','no'),(429,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503316594','no'),(430,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503316594','no'),(431,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503273394','no'),(432,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1503316596','no'),(433,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1503316596','no'),(434,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1503273396','no'),(435,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1503316596','no'),(436,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/facebook-isnt-budging-on-reacts-bsd-patents-license\'>WPTavern: Facebook Isn’t Budging on React’s BSD + Patents License</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-org-to-add-new-page-educating-users-on-benefits-of-upgrading-php\'>WPTavern: WordPress.org to Add New Page Educating Users on Benefits of Upgrading PHP</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/chrome-version-62-to-show-security-warnings-on-http-pages-starting-in-october-2017\'>WPTavern: Chrome Version 62 to Show Security Warnings on HTTP Pages Starting in October 2017</a></li></ul></div>','no'),(437,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1503284240','no'),(438,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4364;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2496;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2365;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2262;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1829;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1596;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1586;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1436;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1356;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1350;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1333;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1272;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1271;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1125;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1053;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1047;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:944;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:814;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:808;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:806;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:772;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:767;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:669;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:668;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:663;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:654;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:644;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:640;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:637;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:619;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:606;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:594;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:593;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:579;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:574;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:573;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:559;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:549;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:541;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:534;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:521;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:513;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:502;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:499;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:494;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:474;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:471;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:469;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:443;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:440;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:438;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:437;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:437;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:431;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:418;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:407;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:404;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:381;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:379;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:369;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:345;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:334;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:332;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:327;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:324;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:322;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:319;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:298;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:296;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:290;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:290;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:285;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:280;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:276;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:275;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:269;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:269;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:269;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:268;}}','no'),(445,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.9\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1503302346;s:7:\"version\";s:3:\"4.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(452,'_site_transient_timeout_theme_roots','1503278719','no'),(453,'_site_transient_theme_roots','a:4:{s:4:\"Divi\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(460,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1503277134;s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:5:\"3.3.2\";s:35:\"backupwordpress/backupwordpress.php\";s:5:\"3.6.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"4.9\";s:9:\"hello.php\";s:3:\"1.6\";s:57:\"pagepost-content-shortcode/pagepost-content-shortcode.php\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.4.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:35:\"backupwordpress/backupwordpress.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:29:\"w.org/plugins/backupwordpress\";s:4:\"slug\";s:15:\"backupwordpress\";s:6:\"plugin\";s:35:\"backupwordpress/backupwordpress.php\";s:11:\"new_version\";s:5:\"3.6.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/backupwordpress/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/backupwordpress.3.6.4.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:57:\"pagepost-content-shortcode/pagepost-content-shortcode.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:40:\"w.org/plugins/pagepost-content-shortcode\";s:4:\"slug\";s:26:\"pagepost-content-shortcode\";s:6:\"plugin\";s:57:\"pagepost-content-shortcode/pagepost-content-shortcode.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/pagepost-content-shortcode/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/pagepost-content-shortcode.1.0.zip\";}}}','no'),(461,'_site_transient_timeout_et_core_path','1503363537','no'),(462,'_site_transient_et_core_path','C:/xampp2/htdocs/netpac/wp-content/themes/Divi/core','no'),(463,'_site_transient_timeout_et_core_version','1503363537','no'),(464,'_site_transient_et_core_version','3.0.64','no'),(465,'hmbkp_plugin_version','3.6.4','yes'),(468,'hmbkp_schedule_1503277141','a:5:{s:11:\"max_backups\";i:7;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"database\";s:12:\"reoccurrence\";s:5:\"daily\";s:19:\"schedule_start_time\";d:1503327600;}','yes'),(469,'hmbkp_schedule_1503277142','a:5:{s:11:\"max_backups\";i:3;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:6:\"weekly\";s:19:\"schedule_start_time\";d:1503774000;}','yes'),(470,'_transient_timeout_hmbkp_schedules','1503881941','no'),(471,'_transient_hmbkp_schedules','a:2:{i:0;s:25:\"hmbkp_schedule_1503277141\";i:1;s:25:\"hmbkp_schedule_1503277142\";}','no'),(476,'_transient_timeout_hmbkp_database_size','1503881960','no'),(477,'_transient_hmbkp_database_size','11436032','no'),(478,'_transient_timeout_hmbkp_wp_cron_test_beacon','1503881969','no'),(479,'_transient_hmbkp_wp_cron_test_beacon','1','no'),(480,'_transient_timeout_hm_backdrop-86856dc14bba17d2169e19844539','1503277539','no'),(481,'_transient_hm_backdrop-86856dc14bba17d2169e19844539','a:2:{s:8:\"callback\";s:38:\"\\HM\\BackUpWordPress\\run_schedule_async\";s:6:\"params\";a:1:{i:0;s:10:\"1503277142\";}}','no');
/*!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=807 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'),(2,4,'_et_pb_predefined_layout','on'),(3,4,'_et_pb_built_for_post_type','page'),(4,4,'_et_pb_layout_applicability','product_tour'),(5,5,'_et_pb_predefined_layout','on'),(6,5,'_et_pb_built_for_post_type','page'),(7,6,'_et_pb_predefined_layout','on'),(8,6,'_et_pb_built_for_post_type','page'),(9,7,'_et_pb_predefined_layout','on'),(10,7,'_et_pb_built_for_post_type','page'),(11,8,'_et_pb_predefined_layout','on'),(12,8,'_et_pb_built_for_post_type','page'),(13,9,'_et_pb_predefined_layout','on'),(14,9,'_et_pb_built_for_post_type','page'),(15,10,'_et_pb_predefined_layout','on'),(16,10,'_et_pb_built_for_post_type','page'),(17,11,'_et_pb_predefined_layout','on'),(18,11,'_et_pb_built_for_post_type','page'),(19,12,'_et_pb_predefined_layout','on'),(20,12,'_et_pb_built_for_post_type','page'),(21,13,'_et_pb_predefined_layout','on'),(22,13,'_et_pb_built_for_post_type','page'),(23,14,'_et_pb_predefined_layout','on'),(24,14,'_et_pb_built_for_post_type','page'),(25,15,'_et_pb_predefined_layout','on'),(26,15,'_et_pb_built_for_post_type','page'),(27,16,'_et_pb_predefined_layout','on'),(28,16,'_et_pb_built_for_post_type','page'),(29,17,'_et_pb_predefined_layout','on'),(30,17,'_et_pb_built_for_post_type','page'),(31,18,'_et_pb_predefined_layout','on'),(32,18,'_et_pb_built_for_post_type','page'),(33,19,'_et_pb_predefined_layout','on'),(34,19,'_et_pb_built_for_post_type','page'),(35,20,'_et_pb_predefined_layout','on'),(36,20,'_et_pb_built_for_post_type','page'),(37,21,'_et_pb_predefined_layout','on'),(38,21,'_et_pb_built_for_post_type','page'),(39,22,'_et_pb_predefined_layout','on'),(40,22,'_et_pb_built_for_post_type','page'),(41,23,'_et_pb_predefined_layout','on'),(42,23,'_et_pb_built_for_post_type','page'),(43,24,'_et_pb_predefined_layout','on'),(44,24,'_et_pb_built_for_post_type','page'),(45,25,'_et_pb_predefined_layout','on'),(46,25,'_et_pb_built_for_post_type','page'),(47,26,'_et_pb_predefined_layout','on'),(48,26,'_et_pb_built_for_post_type','page'),(49,27,'_et_pb_predefined_layout','on'),(50,27,'_et_pb_built_for_post_type','page'),(51,28,'_et_pb_predefined_layout','on'),(52,28,'_et_pb_built_for_post_type','page'),(53,29,'_et_pb_predefined_layout','on'),(54,29,'_et_pb_built_for_post_type','page'),(55,30,'_et_pb_predefined_layout','on'),(56,30,'_et_pb_built_for_post_type','page'),(57,31,'_et_pb_predefined_layout','on'),(58,31,'_et_pb_built_for_post_type','page'),(59,32,'_et_pb_predefined_layout','on'),(60,32,'_et_pb_built_for_post_type','page'),(61,33,'_et_pb_predefined_layout','on'),(62,33,'_et_pb_built_for_post_type','page'),(63,34,'_et_pb_predefined_layout','on'),(64,34,'_et_pb_built_for_post_type','page'),(65,35,'_et_pb_predefined_layout','on'),(66,35,'_et_pb_built_for_post_type','page'),(67,36,'_et_pb_predefined_layout','on'),(68,36,'_et_pb_built_for_post_type','page'),(69,37,'_edit_last','1'),(70,37,'_edit_lock','1502235994:1'),(71,37,'_wp_page_template','default'),(72,37,'_et_pb_post_hide_nav','default'),(73,37,'_et_pb_page_layout','et_right_sidebar'),(74,37,'_et_pb_side_nav','off'),(75,37,'_et_pb_use_builder','on'),(76,37,'_et_builder_version','BB|Divi|3.0.64'),(77,37,'_et_pb_ab_stats_refresh_interval','hourly'),(78,37,'_et_pb_old_content',''),(79,37,'_et_pb_enable_shortcode_tracking',''),(80,37,'_et_pb_custom_css',''),(83,41,'_wp_attached_file','2017/07/FA-NETPACIFIC-LOGO-11.png'),(84,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:227;s:6:\"height\";i:226;s:4:\"file\";s:33:\"2017/07/FA-NETPACIFIC-LOGO-11.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,42,'_wp_attached_file','2017/07/FA-NETPACIFIC-LOGO-07.png'),(86,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:209;s:6:\"height\";i:226;s:4:\"file\";s:33:\"2017/07/FA-NETPACIFIC-LOGO-07.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(105,58,'_wp_attached_file','2017/07/homepage-netpac-cropped.jpg'),(106,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2317;s:6:\"height\";i:1400;s:4:\"file\";s:35:\"2017/07/homepage-netpac-cropped.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-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:35:\"homepage-netpac-cropped-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"homepage-netpac-cropped-1024x619.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"homepage-netpac-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"homepage-netpac-cropped-1080x653.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"homepage-netpac-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(107,62,'_wp_attached_file','2017/07/FA-NETPACIFIC-LOGO-10.png'),(108,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:905;s:6:\"height\";i:226;s:4:\"file\";s:33:\"2017/07/FA-NETPACIFIC-LOGO-10.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-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:32:\"FA-NETPACIFIC-LOGO-10-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-400x226.png\";s:5:\"width\";i:400;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-400x226.png\";s:5:\"width\";i:400;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-510x226.png\";s:5:\"width\";i:510;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"FA-NETPACIFIC-LOGO-10-400x226.png\";s:5:\"width\";i:400;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,37,'_et_pb_use_ab_testing','off'),(126,105,'_wp_attached_file','2017/07/fa-netpacific-logo-11-1.png'),(127,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:57;s:4:\"file\";s:35:\"2017/07/fa-netpacific-logo-11-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,117,'_wp_attached_file','2017/07/fa-netpacific-logo-10-1.png'),(129,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:86;s:4:\"file\";s:35:\"2017/07/fa-netpacific-logo-10-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fa-netpacific-logo-10-1-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"fa-netpacific-logo-10-1-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(130,116,'_wp_trash_meta_status','publish'),(131,116,'_wp_trash_meta_time','1500860137'),(132,119,'_wp_trash_meta_status','publish'),(133,119,'_wp_trash_meta_time','1500860165'),(134,121,'_wp_trash_meta_status','publish'),(135,121,'_wp_trash_meta_time','1500860176'),(142,138,'_wp_trash_meta_status','publish'),(143,138,'_wp_trash_meta_time','1500864361'),(144,140,'_wp_trash_meta_status','publish'),(145,140,'_wp_trash_meta_time','1500864365'),(154,149,'_wp_trash_meta_status','publish'),(155,149,'_wp_trash_meta_time','1500864639'),(156,151,'_wp_trash_meta_status','publish'),(157,151,'_wp_trash_meta_time','1500864653'),(158,153,'_wp_trash_meta_status','publish'),(159,153,'_wp_trash_meta_time','1500864672'),(160,159,'_wp_trash_meta_status','publish'),(161,159,'_wp_trash_meta_time','1500864931'),(170,183,'_wp_attached_file','2017/07/fa-netpacific-logo-07-1.png'),(171,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:65;s:4:\"file\";s:35:\"2017/07/fa-netpacific-logo-07-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(172,187,'_menu_item_type','post_type'),(173,187,'_menu_item_menu_item_parent','0'),(174,187,'_menu_item_object_id','37'),(175,187,'_menu_item_object','page'),(176,187,'_menu_item_target',''),(177,187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(178,187,'_menu_item_xfn',''),(179,187,'_menu_item_url',''),(181,188,'_menu_item_type','custom'),(182,188,'_menu_item_menu_item_parent','0'),(183,188,'_menu_item_object_id','188'),(184,188,'_menu_item_object','custom'),(185,188,'_menu_item_target',''),(186,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,188,'_menu_item_xfn',''),(188,188,'_menu_item_url','http://localhost/netpac/#services'),(190,190,'_menu_item_type','custom'),(191,190,'_menu_item_menu_item_parent','0'),(192,190,'_menu_item_object_id','190'),(193,190,'_menu_item_object','custom'),(194,190,'_menu_item_target',''),(195,190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,190,'_menu_item_xfn',''),(197,190,'_menu_item_url','http://localhost/netpac/#clients'),(199,212,'_wp_trash_meta_status','publish'),(200,212,'_wp_trash_meta_time','1500945166'),(201,214,'_wp_trash_meta_status','publish'),(202,214,'_wp_trash_meta_time','1500945188'),(203,218,'_wp_trash_meta_status','publish'),(204,218,'_wp_trash_meta_time','1500945612'),(205,221,'_wp_trash_meta_status','publish'),(206,221,'_wp_trash_meta_time','1500945940'),(207,227,'_wp_trash_meta_status','publish'),(208,227,'_wp_trash_meta_time','1500946474'),(209,229,'_wp_trash_meta_status','publish'),(210,229,'_wp_trash_meta_time','1500946495'),(211,232,'_wp_trash_meta_status','publish'),(212,232,'_wp_trash_meta_time','1500946615'),(215,237,'_wp_trash_meta_status','publish'),(216,237,'_wp_trash_meta_time','1500946690'),(217,239,'_wp_trash_meta_status','publish'),(218,239,'_wp_trash_meta_time','1500946818'),(219,243,'_wp_trash_meta_status','publish'),(220,243,'_wp_trash_meta_time','1500946862'),(221,245,'_wp_trash_meta_status','publish'),(222,245,'_wp_trash_meta_time','1500946872'),(223,247,'_wp_trash_meta_status','publish'),(224,247,'_wp_trash_meta_time','1500946880'),(225,249,'_wp_trash_meta_status','publish'),(226,249,'_wp_trash_meta_time','1500946888'),(227,251,'_wp_trash_meta_status','publish'),(228,251,'_wp_trash_meta_time','1500946896'),(229,253,'_wp_trash_meta_status','publish'),(230,253,'_wp_trash_meta_time','1500946909'),(231,255,'_wp_attached_file','2017/07/company-12.png'),(232,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:253;s:4:\"file\";s:22:\"2017/07/company-12.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"company-12-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:22:\"company-12-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"company-12-371x250.png\";s:5:\"width\";i:371;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,258,'_wp_attached_file','2017/07/company-13.png'),(234,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:303;s:4:\"file\";s:22:\"2017/07/company-13.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"company-13-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:22:\"company-13-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"company-13-303x250.png\";s:5:\"width\";i:303;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"company-13-303x284.png\";s:5:\"width\";i:303;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(235,259,'_wp_attached_file','2017/07/company-14.png'),(236,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:319;s:4:\"file\";s:22:\"2017/07/company-14.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"company-14-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:22:\"company-14-217x300.png\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"company-14-231x250.png\";s:5:\"width\";i:231;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"company-14-231x284.png\";s:5:\"width\";i:231;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,269,'_wp_attached_file','2017/07/SLIDESHOW.mp4'),(238,269,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:4477892;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:8;s:16:\"length_formatted\";s:4:\"0:08\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;}}'),(243,274,'_wp_attached_file','2017/07/STRUCTURED-CABLING-SYSTEMS-1.png'),(244,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:40:\"2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"STRUCTURED-CABLING-SYSTEMS-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,276,'_wp_trash_meta_status','publish'),(246,276,'_wp_trash_meta_time','1501552117'),(247,279,'_wp_attached_file','2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg'),(248,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:44:\"2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"STRUCTURED-CABLING-SYSTEMS-hover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,280,'_wp_trash_meta_status','publish'),(250,280,'_wp_trash_meta_time','1501552533'),(251,282,'_wp_trash_meta_status','publish'),(252,282,'_wp_trash_meta_time','1501552675'),(253,284,'_wp_trash_meta_status','publish'),(254,284,'_wp_trash_meta_time','1501552692'),(255,286,'_wp_trash_meta_status','publish'),(256,286,'_wp_trash_meta_time','1501552703'),(257,288,'_wp_trash_meta_status','publish'),(258,288,'_wp_trash_meta_time','1501552748'),(259,290,'_wp_trash_meta_status','publish'),(260,290,'_wp_trash_meta_time','1501552889'),(261,292,'_wp_trash_meta_status','publish'),(262,292,'_wp_trash_meta_time','1501552949'),(263,294,'_wp_trash_meta_status','publish'),(264,294,'_wp_trash_meta_time','1501552972'),(265,296,'_wp_trash_meta_status','publish'),(266,296,'_wp_trash_meta_time','1501552997'),(267,298,'_wp_trash_meta_status','publish'),(268,298,'_wp_trash_meta_time','1501553020'),(269,300,'_wp_trash_meta_status','publish'),(270,300,'_wp_trash_meta_time','1501553037'),(271,302,'_wp_trash_meta_status','publish'),(272,302,'_wp_trash_meta_time','1501553109'),(273,304,'_wp_trash_meta_status','publish'),(274,304,'_wp_trash_meta_time','1501553139'),(275,306,'_wp_trash_meta_status','publish'),(276,306,'_wp_trash_meta_time','1501553215'),(277,308,'_wp_trash_meta_status','publish'),(278,308,'_wp_trash_meta_time','1501553245'),(279,310,'_wp_trash_meta_status','publish'),(280,310,'_wp_trash_meta_time','1501553286'),(281,314,'_wp_trash_meta_status','publish'),(282,314,'_wp_trash_meta_time','1501553431'),(283,316,'_wp_trash_meta_status','publish'),(284,316,'_wp_trash_meta_time','1501553485'),(285,318,'_wp_trash_meta_status','publish'),(286,318,'_wp_trash_meta_time','1501553521'),(287,320,'_wp_trash_meta_status','publish'),(288,320,'_wp_trash_meta_time','1501553607'),(289,322,'_wp_trash_meta_status','publish'),(290,322,'_wp_trash_meta_time','1501553629'),(291,324,'_wp_trash_meta_status','publish'),(292,324,'_wp_trash_meta_time','1501553753'),(293,326,'_wp_trash_meta_status','publish'),(294,326,'_wp_trash_meta_time','1501553768'),(295,328,'_wp_trash_meta_status','publish'),(296,328,'_wp_trash_meta_time','1501553907'),(297,330,'_wp_trash_meta_status','publish'),(298,330,'_wp_trash_meta_time','1501553937'),(299,332,'_wp_trash_meta_status','publish'),(300,332,'_wp_trash_meta_time','1501553960'),(301,334,'_wp_trash_meta_status','publish'),(302,334,'_wp_trash_meta_time','1501554059'),(303,336,'_wp_trash_meta_status','publish'),(304,336,'_wp_trash_meta_time','1501554077'),(305,338,'_wp_trash_meta_status','publish'),(306,338,'_wp_trash_meta_time','1501554199'),(307,340,'_wp_trash_meta_status','publish'),(308,340,'_wp_trash_meta_time','1501554215'),(309,342,'_wp_trash_meta_status','publish'),(310,342,'_wp_trash_meta_time','1501554230'),(311,344,'_wp_attached_file','2017/07/ACCESS-CONTROL.png'),(312,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:26:\"2017/07/ACCESS-CONTROL.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ACCESS-CONTROL-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(313,345,'_wp_attached_file','2017/07/DATA-CENTER.png'),(314,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:23:\"2017/07/DATA-CENTER.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DATA-CENTER-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(315,347,'_wp_trash_meta_status','publish'),(316,347,'_wp_trash_meta_time','1501555980'),(317,349,'_wp_attached_file','2017/07/BUILDING-MANAGEMENT-SYSTEM.png'),(318,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:38:\"2017/07/BUILDING-MANAGEMENT-SYSTEM.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"BUILDING-MANAGEMENT-SYSTEM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(319,351,'_wp_attached_file','2017/07/VIDEO-SURVEILLANCE-SYSTEM.png'),(320,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:37:\"2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VIDEO-SURVEILLANCE-SYSTEM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(321,353,'_wp_attached_file','2017/07/NETWORKING.png'),(322,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2017/07/NETWORKING.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"NETWORKING-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(323,354,'_wp_attached_file','2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png'),(324,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:43:\"2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"FIRE-DETECTION-AND-ALARM-SYSTEM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(325,357,'_wp_attached_file','2017/07/MECHANICAL.png'),(326,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2017/07/MECHANICAL.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"MECHANICAL-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(327,358,'_wp_attached_file','2017/07/ELECTRICAL.png'),(328,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2017/07/ELECTRICAL.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ELECTRICAL-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(329,359,'_wp_attached_file','2017/07/PLUMBING.png'),(330,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:20:\"2017/07/PLUMBING.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"PLUMBING-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(331,360,'_wp_attached_file','2017/07/FIRE-PROTECTION.png'),(332,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2017/07/FIRE-PROTECTION.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FIRE-PROTECTION-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,363,'_wp_trash_meta_status','publish'),(334,363,'_wp_trash_meta_time','1501641138'),(335,365,'_wp_trash_meta_status','publish'),(336,365,'_wp_trash_meta_time','1501641167'),(337,368,'_wp_trash_meta_status','publish'),(338,368,'_wp_trash_meta_time','1501641178'),(339,370,'_wp_trash_meta_status','publish'),(340,370,'_wp_trash_meta_time','1501641270'),(341,372,'_wp_trash_meta_status','publish'),(342,372,'_wp_trash_meta_time','1501641307'),(343,374,'_wp_trash_meta_status','publish'),(344,374,'_wp_trash_meta_time','1501641329'),(345,377,'_wp_attached_file','2017/07/picture5-crop-u19037.jpg'),(346,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture5-crop-u19037.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture5-crop-u19037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,376,'_wp_trash_meta_status','publish'),(348,376,'_wp_trash_meta_time','1501642411'),(349,380,'_wp_trash_meta_status','publish'),(350,380,'_wp_trash_meta_time','1501642466'),(351,383,'_wp_trash_meta_status','publish'),(352,383,'_wp_trash_meta_time','1501642574'),(353,385,'_wp_attached_file','2017/07/picture6-crop-u19075.jpg'),(354,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture6-crop-u19075.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture6-crop-u19075-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,388,'_wp_trash_meta_status','publish'),(356,388,'_wp_trash_meta_time','1501642822'),(357,390,'_wp_attached_file','2017/07/picture2-crop-u19120.jpg'),(358,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture2-crop-u19120.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture2-crop-u19120-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(359,391,'_wp_trash_meta_status','publish'),(360,391,'_wp_trash_meta_time','1501642888'),(361,394,'_wp_attached_file','2017/07/surveillance-crop-u19144.jpg'),(362,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:36:\"2017/07/surveillance-crop-u19144.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"surveillance-crop-u19144-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(363,395,'_wp_trash_meta_status','publish'),(364,395,'_wp_trash_meta_time','1501642961'),(365,397,'_wp_attached_file','2017/07/dreamstime_l_6094698-crop-u19168.jpg'),(366,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:44:\"2017/07/dreamstime_l_6094698-crop-u19168.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"dreamstime_l_6094698-crop-u19168-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:27:\"(c) Mishoo | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(367,398,'_wp_trash_meta_status','publish'),(368,398,'_wp_trash_meta_time','1501643021'),(369,400,'_wp_attached_file','2017/07/picture4-crop-u19281.jpg'),(370,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture4-crop-u19281.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture4-crop-u19281-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(371,401,'_wp_attached_file','2017/07/picture1-crop-u19192.png'),(372,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture1-crop-u19192.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture1-crop-u19192-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(373,403,'_wp_trash_meta_status','publish'),(374,403,'_wp_trash_meta_time','1501643303'),(375,405,'_wp_attached_file','2017/07/509032804-crop-u19209.jpg'),(376,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2017/07/509032804-crop-u19209.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"509032804-crop-u19209-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:27:\"compressor of air condition\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"509032804\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(377,406,'_wp_attached_file','2017/07/dsc00247-crop-u19233.jpg'),(378,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/dsc00247-crop-u19233.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dsc00247-crop-u19233-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1183731469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(379,407,'_wp_attached_file','2017/07/picture3-crop-u19257.jpg'),(380,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2017/07/picture3-crop-u19257.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture3-crop-u19257-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(383,415,'_edit_last','1'),(384,415,'_edit_lock','1501645339:1'),(385,415,'_wp_page_template','default'),(386,415,'_et_pb_post_hide_nav','default'),(387,415,'_et_pb_page_layout','et_right_sidebar'),(388,415,'_et_pb_side_nav','off'),(389,415,'_et_pb_use_builder','on'),(390,415,'_et_builder_version','BB|Divi|3.0.64'),(391,415,'_et_pb_ab_stats_refresh_interval','hourly'),(392,415,'_et_pb_old_content',''),(393,415,'_et_pb_enable_shortcode_tracking',''),(394,415,'_et_pb_custom_css',''),(395,425,'_wp_attached_file','2017/08/aja_ukas-9001_colour.jpg'),(396,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:116;s:4:\"file\";s:32:\"2017/08/aja_ukas-9001_colour.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aja_ukas-9001_colour-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(397,428,'_wp_attached_file','2017/08/leed-logo.jpg'),(398,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:133;s:6:\"height\";i:131;s:4:\"file\";s:21:\"2017/08/leed-logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(399,429,'_wp_attached_file','2017/08/ots1-876x357.jpg'),(400,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:91;s:4:\"file\";s:24:\"2017/08/ots1-876x357.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ots1-876x357-150x91.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(401,430,'_wp_attached_file','2017/08/corporate_blue_gray_bicsilogo.png'),(402,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:114;s:4:\"file\";s:41:\"2017/08/corporate_blue_gray_bicsilogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"corporate_blue_gray_bicsilogo-150x114.png\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(403,431,'_wp_attached_file','2017/08/berde.png'),(404,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:131;s:4:\"file\";s:17:\"2017/08/berde.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(405,432,'_wp_attached_file','2017/08/net-pacific.png'),(406,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:131;s:4:\"file\";s:23:\"2017/08/net-pacific.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(407,433,'_wp_attached_file','2017/08/0811_pmi_logo.gif'),(408,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:325;s:4:\"file\";s:25:\"2017/08/0811_pmi_logo.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-300x130.gif\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-510x325.gif\";s:5:\"width\";i:510;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/gif\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"0811_pmi_logo-400x325.gif\";s:5:\"width\";i:400;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(409,438,'_edit_last','1'),(410,438,'_wp_page_template','default'),(411,438,'_et_pb_post_hide_nav','default'),(412,438,'_et_pb_page_layout','et_right_sidebar'),(413,438,'_et_pb_side_nav','off'),(414,438,'_et_pb_use_builder','on'),(415,438,'_et_builder_version','BB|Divi|3.0.64'),(416,438,'_et_pb_ab_stats_refresh_interval','hourly'),(417,438,'_et_pb_old_content',''),(418,438,'_et_pb_enable_shortcode_tracking',''),(419,438,'_et_pb_custom_css',''),(420,438,'_edit_lock','1501649125:1'),(421,442,'_wp_attached_file','2017/08/img_20160502_173014.png'),(422,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:167;s:4:\"file\";s:31:\"2017/08/img_20160502_173014.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"img_20160502_173014-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(423,443,'_wp_attached_file','2017/08/img_20160502_172024.png'),(424,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:239;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2017/08/img_20160502_172024.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"img_20160502_172024-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(425,444,'_wp_attached_file','2017/08/img_20160502_172358.png'),(426,444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:167;s:4:\"file\";s:31:\"2017/08/img_20160502_172358.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"img_20160502_172358-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(427,445,'_wp_attached_file','2017/08/award-1-crop-u9218.png'),(428,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:161;s:4:\"file\";s:30:\"2017/08/award-1-crop-u9218.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"award-1-crop-u9218-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(429,452,'_wp_trash_meta_status','publish'),(430,452,'_wp_trash_meta_time','1501646379'),(431,454,'_wp_trash_meta_status','publish'),(432,454,'_wp_trash_meta_time','1501646484'),(433,457,'_wp_trash_meta_status','publish'),(434,457,'_wp_trash_meta_time','1501646494'),(435,459,'_wp_trash_meta_status','publish'),(436,459,'_wp_trash_meta_time','1501646582'),(437,463,'_wp_trash_meta_status','publish'),(438,463,'_wp_trash_meta_time','1501646690'),(439,465,'_wp_trash_meta_status','publish'),(440,465,'_wp_trash_meta_time','1501646710'),(441,485,'_edit_last','1'),(442,485,'_wp_page_template','default'),(443,485,'_et_pb_post_hide_nav','default'),(444,485,'_et_pb_page_layout','et_right_sidebar'),(445,485,'_et_pb_side_nav','off'),(446,485,'_et_pb_use_builder','on'),(447,485,'_et_builder_version','BB|Divi|3.0.64'),(448,485,'_et_pb_ab_stats_refresh_interval','hourly'),(449,485,'_et_pb_old_content',''),(450,485,'_et_pb_enable_shortcode_tracking',''),(451,485,'_et_pb_custom_css',''),(452,485,'_edit_lock','1501650569:1'),(453,500,'_menu_item_type','custom'),(454,500,'_menu_item_menu_item_parent','188'),(455,500,'_menu_item_object_id','500'),(456,500,'_menu_item_object','custom'),(457,500,'_menu_item_target',''),(458,500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(459,500,'_menu_item_xfn',''),(460,500,'_menu_item_url','http://localhost/netpac/#its-elv'),(462,501,'_menu_item_type','custom'),(463,501,'_menu_item_menu_item_parent','188'),(464,501,'_menu_item_object_id','501'),(465,501,'_menu_item_object','custom'),(466,501,'_menu_item_target',''),(467,501,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(468,501,'_menu_item_xfn',''),(469,501,'_menu_item_url','http://localhost/netpac/#mepf'),(471,504,'_menu_item_type','custom'),(472,504,'_menu_item_menu_item_parent','0'),(473,504,'_menu_item_object_id','504'),(474,504,'_menu_item_object','custom'),(475,504,'_menu_item_target',''),(476,504,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(477,504,'_menu_item_xfn',''),(478,504,'_menu_item_url','http://localhost/netpac/#company'),(480,505,'_menu_item_type','custom'),(481,505,'_menu_item_menu_item_parent','504'),(482,505,'_menu_item_object_id','505'),(483,505,'_menu_item_object','custom'),(484,505,'_menu_item_target',''),(485,505,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(486,505,'_menu_item_xfn',''),(487,505,'_menu_item_url','http://localhost/netpac/#testimonials'),(489,507,'_menu_item_type','custom'),(490,507,'_menu_item_menu_item_parent','0'),(491,507,'_menu_item_object_id','507'),(492,507,'_menu_item_object','custom'),(493,507,'_menu_item_target',''),(494,507,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(495,507,'_menu_item_xfn',''),(496,507,'_menu_item_url','http://localhost/netpac/#contact'),(497,507,'_menu_item_orphaned','1501650895'),(498,508,'_menu_item_type','custom'),(499,508,'_menu_item_menu_item_parent','0'),(500,508,'_menu_item_object_id','508'),(501,508,'_menu_item_object','custom'),(502,508,'_menu_item_target',''),(503,508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(504,508,'_menu_item_xfn',''),(505,508,'_menu_item_url','http://localhost/netpac/#contact'),(516,521,'_wp_trash_meta_status','publish'),(517,521,'_wp_trash_meta_time','1501653859'),(518,524,'_wp_trash_meta_status','publish'),(519,524,'_wp_trash_meta_time','1501653905'),(520,526,'_wp_trash_meta_status','publish'),(521,526,'_wp_trash_meta_time','1501654005'),(522,530,'_wp_trash_meta_status','publish'),(523,530,'_wp_trash_meta_time','1501654202'),(524,556,'_wp_trash_meta_status','publish'),(525,556,'_wp_trash_meta_time','1501723757'),(526,557,'_wp_trash_meta_status','publish'),(527,557,'_wp_trash_meta_time','1501723769'),(528,558,'_wp_trash_meta_status','publish'),(529,558,'_wp_trash_meta_time','1501723809'),(530,559,'_wp_trash_meta_status','publish'),(531,559,'_wp_trash_meta_time','1501723833'),(532,560,'_wp_trash_meta_status','publish'),(533,560,'_wp_trash_meta_time','1501723852'),(534,561,'_wp_trash_meta_status','publish'),(535,561,'_wp_trash_meta_time','1501723861'),(536,562,'_wp_trash_meta_status','publish'),(537,562,'_wp_trash_meta_time','1501723883'),(538,563,'_et_pb_built_for_post_type','page'),(539,564,'_et_pb_built_for_post_type','page'),(540,565,'_et_pb_built_for_post_type','page'),(541,566,'_et_pb_built_for_post_type','page'),(542,567,'_edit_last','1'),(543,567,'_wp_page_template','default'),(544,567,'_et_pb_post_hide_nav','default'),(545,567,'_et_pb_page_layout','et_right_sidebar'),(546,567,'_et_pb_side_nav','off'),(547,567,'_et_pb_use_builder','on'),(548,567,'_et_builder_version','BB|Divi|3.0.64'),(549,567,'_et_pb_ab_stats_refresh_interval','hourly'),(550,567,'_et_pb_old_content',''),(551,567,'_et_pb_enable_shortcode_tracking',''),(552,567,'_et_pb_custom_css','.et_pb_blurb_1 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_1 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(553,567,'_edit_lock','1502238038:1'),(554,570,'_et_pb_built_for_post_type','page'),(555,571,'_et_pb_built_for_post_type','page'),(556,567,'_et_pb_use_ab_testing','off'),(557,582,'_wp_attached_file','2017/08/MECHANICAL-w.png'),(558,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2017/08/MECHANICAL-w.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MECHANICAL-w-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(559,583,'_wp_attached_file','2017/08/ELECTRICAL-w.png'),(560,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2017/08/ELECTRICAL-w.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ELECTRICAL-w-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(561,584,'_wp_attached_file','2017/08/FIRE-PROTECTION-w.png'),(562,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2017/08/FIRE-PROTECTION-w.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FIRE-PROTECTION-w-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(563,585,'_wp_attached_file','2017/08/PLUMBING-w.png'),(564,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2017/08/PLUMBING-w.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PLUMBING-w-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(565,594,'_wp_attached_file','2017/08/picture5-crop-u19633.jpg'),(566,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture5-crop-u19633.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture5-crop-u19633-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(567,600,'_wp_trash_meta_status','publish'),(568,600,'_wp_trash_meta_time','1502156969'),(569,602,'_wp_trash_meta_status','publish'),(570,602,'_wp_trash_meta_time','1502156995'),(571,607,'_wp_attached_file','2017/08/u1247.png'),(572,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u1247.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(573,615,'_wp_trash_meta_status','publish'),(574,615,'_wp_trash_meta_time','1502158031'),(575,617,'_wp_trash_meta_status','publish'),(576,617,'_wp_trash_meta_time','1502158106'),(577,619,'_wp_trash_meta_status','publish'),(578,619,'_wp_trash_meta_time','1502158764'),(579,620,'_wp_trash_meta_status','publish'),(580,620,'_wp_trash_meta_time','1502158912'),(581,622,'_wp_trash_meta_status','publish'),(582,622,'_wp_trash_meta_time','1502234771'),(584,629,'_edit_last','1'),(585,629,'_wp_page_template','default'),(586,629,'_et_pb_post_hide_nav','default'),(587,629,'_et_pb_page_layout','et_right_sidebar'),(588,629,'_et_pb_side_nav','off'),(589,629,'_et_pb_use_builder','on'),(590,629,'_et_builder_version','BB|Divi|3.0.64'),(591,629,'_et_pb_ab_stats_refresh_interval','hourly'),(592,629,'_et_pb_old_content',''),(593,629,'_et_pb_enable_shortcode_tracking',''),(594,629,'_et_pb_custom_css','.et_pb_blurb_3 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_3 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(595,629,'_edit_lock','1502238089:1'),(596,632,'_wp_attached_file','2017/08/u1378.png'),(597,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u1378.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(598,629,'_et_pb_use_ab_testing','off'),(599,634,'_wp_attached_file','2017/08/picture2-crop-u19640.jpg'),(600,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture2-crop-u19640.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture2-crop-u19640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(601,637,'_edit_last','1'),(602,637,'_wp_page_template','default'),(603,637,'_et_pb_post_hide_nav','default'),(604,637,'_et_pb_page_layout','et_right_sidebar'),(605,637,'_et_pb_side_nav','off'),(606,637,'_et_pb_use_builder','on'),(607,637,'_et_builder_version','BB|Divi|3.0.64'),(608,637,'_et_pb_ab_stats_refresh_interval','hourly'),(609,637,'_et_pb_old_content',''),(610,637,'_et_pb_enable_shortcode_tracking',''),(611,637,'_et_pb_custom_css','.et_pb_blurb_5 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_5 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(612,637,'_edit_lock','1502236464:1'),(613,640,'_wp_attached_file','2017/08/dreamstime_l_6094698-crop-u19647.jpg'),(614,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:44:\"2017/08/dreamstime_l_6094698-crop-u19647.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"dreamstime_l_6094698-crop-u19647-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:27:\"(c) Mishoo | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(615,637,'_et_pb_use_ab_testing','off'),(620,645,'_wp_attached_file','2017/08/u7621.png'),(621,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:188;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u7621.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"u7621-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(622,649,'_et_pb_built_for_post_type','page'),(623,651,'_edit_last','1'),(624,651,'_wp_page_template','default'),(625,651,'_et_pb_post_hide_nav','default'),(626,651,'_et_pb_page_layout','et_right_sidebar'),(627,651,'_et_pb_side_nav','off'),(628,651,'_et_pb_use_builder','on'),(629,651,'_et_builder_version','BB|Divi|3.0.64'),(630,651,'_et_pb_ab_stats_refresh_interval','hourly'),(631,651,'_et_pb_old_content',''),(632,651,'_et_pb_enable_shortcode_tracking',''),(633,651,'_et_pb_custom_css','.et_pb_blurb_6 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_6 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(634,651,'_edit_lock','1502842695:1'),(635,654,'_wp_attached_file','2017/08/u7307.png'),(636,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u7307.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(637,655,'_wp_attached_file','2017/08/picture1-crop-u19654.png'),(638,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture1-crop-u19654.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture1-crop-u19654-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(639,651,'_et_pb_use_ab_testing','off'),(640,657,'_edit_last','1'),(641,657,'_wp_page_template','default'),(642,657,'_et_pb_post_hide_nav','default'),(643,657,'_et_pb_page_layout','et_right_sidebar'),(644,657,'_et_pb_side_nav','off'),(645,657,'_et_pb_use_builder','on'),(646,657,'_et_builder_version','BB|Divi|3.0.64'),(647,657,'_et_pb_ab_stats_refresh_interval','hourly'),(648,657,'_et_pb_old_content',''),(649,657,'_et_pb_enable_shortcode_tracking',''),(650,657,'_et_pb_custom_css','.et_pb_blurb_0 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_0 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(651,657,'_edit_lock','1503275182:1'),(652,660,'_wp_attached_file','2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg'),(653,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:61:\"2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"12606975_1253302998020056_151253412_n-crop-u19529-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(654,661,'_wp_attached_file','2017/08/u5962.png'),(655,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u5962.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(656,657,'_et_pb_use_ab_testing','off'),(657,663,'_wp_attached_file','2017/08/u8877.png'),(658,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u8877.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(659,665,'_wp_attached_file','2017/08/u8249.png'),(660,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u8249.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(661,681,'_wp_trash_meta_status','publish'),(662,681,'_wp_trash_meta_time','1502240061'),(663,683,'_wp_trash_meta_status','publish'),(664,683,'_wp_trash_meta_time','1502240085'),(665,685,'_wp_trash_meta_status','publish'),(666,685,'_wp_trash_meta_time','1502240142'),(668,696,'_edit_last','1'),(669,696,'_wp_page_template','default'),(670,696,'_et_pb_post_hide_nav','default'),(671,696,'_et_pb_page_layout','et_right_sidebar'),(672,696,'_et_pb_side_nav','off'),(673,696,'_et_pb_use_builder','on'),(674,696,'_et_builder_version','BB|Divi|3.0.64'),(675,696,'_et_pb_ab_stats_refresh_interval','hourly'),(676,696,'_et_pb_old_content',''),(677,696,'_et_pb_enable_shortcode_tracking',''),(678,696,'_et_pb_custom_css','.et_pb_blurb_2 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_2 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(679,696,'_edit_lock','1502671199:1'),(680,703,'_wp_attached_file','2017/08/picture6-crop-u19612.jpg'),(681,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture6-crop-u19612.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture6-crop-u19612-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(682,705,'_wp_attached_file','2017/08/u8563.png'),(683,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u8563.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(684,696,'_et_pb_use_ab_testing','off'),(685,708,'_wp_trash_meta_status','publish'),(686,708,'_wp_trash_meta_time','1502670640'),(687,722,'_et_pb_built_for_post_type','page'),(688,724,'_edit_last','1'),(689,724,'_edit_lock','1502673258:1'),(690,724,'_wp_page_template','default'),(691,724,'_et_pb_post_hide_nav','default'),(692,724,'_et_pb_page_layout','et_right_sidebar'),(693,724,'_et_pb_side_nav','off'),(694,724,'_et_pb_use_builder','on'),(695,724,'_et_builder_version','BB|Divi|3.0.64'),(696,724,'_et_pb_ab_stats_refresh_interval','hourly'),(697,724,'_et_pb_old_content',''),(698,724,'_et_pb_enable_shortcode_tracking',''),(699,724,'_et_pb_custom_css','.et_pb_blurb_4 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_4 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(700,727,'_wp_attached_file','2017/08/u7935.png'),(701,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2017/08/u7935.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(702,728,'_wp_attached_file','2017/08/surveillance-crop-u19619.jpg'),(703,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:36:\"2017/08/surveillance-crop-u19619.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"surveillance-crop-u19619-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(704,724,'_et_pb_use_ab_testing','off'),(705,733,'_edit_last','1'),(706,733,'_wp_page_template','default'),(707,733,'_et_pb_post_hide_nav','default'),(708,733,'_et_pb_page_layout','et_right_sidebar'),(709,733,'_et_pb_side_nav','off'),(710,733,'_et_pb_use_builder','on'),(711,733,'_et_builder_version','BB|Divi|3.0.64'),(712,733,'_et_pb_ab_stats_refresh_interval','hourly'),(713,733,'_et_pb_old_content',''),(714,733,'_et_pb_enable_shortcode_tracking',''),(715,733,'_et_pb_custom_css','.et_pb_blurb_7 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(716,733,'_edit_lock','1502844017:1'),(717,736,'_wp_attached_file','2017/08/509032804-crop-u19661.jpg'),(718,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:33:\"2017/08/509032804-crop-u19661.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"509032804-crop-u19661-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:27:\"compressor of air condition\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"509032804\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(719,737,'_wp_attached_file','2017/08/u10053.png'),(720,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2017/08/u10053.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"u10053-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(721,733,'_et_pb_use_ab_testing','off'),(722,740,'_edit_last','1'),(723,740,'_wp_page_template','default'),(724,740,'_et_pb_post_hide_nav','default'),(725,740,'_et_pb_page_layout','et_right_sidebar'),(726,740,'_et_pb_side_nav','off'),(727,740,'_et_pb_use_builder','on'),(728,740,'_et_builder_version','BB|Divi|3.0.64'),(729,740,'_et_pb_ab_stats_refresh_interval','hourly'),(730,740,'_et_pb_old_content',''),(731,740,'_et_pb_enable_shortcode_tracking',''),(732,740,'_et_pb_custom_css','.et_pb_blurb_8 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(733,740,'_edit_lock','1502843927:1'),(734,744,'_wp_attached_file','2017/08/dsc00247-crop-u19668.jpg'),(735,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/dsc00247-crop-u19668.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dsc00247-crop-u19668-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1183731469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(736,746,'_wp_attached_file','2017/08/u11006.png'),(737,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2017/08/u11006.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"u11006-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(738,740,'_et_pb_use_ab_testing','off'),(739,748,'_edit_last','1'),(740,748,'_wp_page_template','default'),(741,748,'_et_pb_post_hide_nav','default'),(742,748,'_et_pb_page_layout','et_right_sidebar'),(743,748,'_et_pb_side_nav','off'),(744,748,'_et_pb_use_builder','on'),(745,748,'_et_builder_version','BB|Divi|3.0.64'),(746,748,'_et_pb_ab_stats_refresh_interval','hourly'),(747,748,'_et_pb_old_content',''),(748,748,'_et_pb_enable_shortcode_tracking',''),(749,748,'_et_pb_custom_css','.et_pb_blurb_9 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(750,748,'_edit_lock','1502844019:1'),(751,751,'_wp_attached_file','2017/08/picture3-crop-u19675.jpg'),(752,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture3-crop-u19675.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture3-crop-u19675-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(753,752,'_wp_attached_file','2017/08/u11325.png'),(754,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2017/08/u11325.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"u11325-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,748,'_et_pb_use_ab_testing','off'),(756,757,'_edit_last','1'),(757,757,'_wp_page_template','default'),(758,757,'_et_pb_post_hide_nav','default'),(759,757,'_et_pb_page_layout','et_right_sidebar'),(760,757,'_et_pb_side_nav','off'),(761,757,'_et_pb_use_builder','on'),(762,757,'_et_builder_version','BB|Divi|3.0.64'),(763,757,'_et_pb_ab_stats_refresh_interval','hourly'),(764,757,'_et_pb_old_content',''),(765,757,'_et_pb_enable_shortcode_tracking',''),(766,757,'_et_pb_custom_css','.et_pb_blurb_10 .et_pb_main_blurb_image img {\r\nopacity:1 !important\r\n}\r\n\r\n.et_pb_blurb_10 .et_pb_main_blurb_image {\r\nbackground: none !important;\r\n}\r\n\r\n.et_pb_blurb_8 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_9 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n.et_pb_blurb_7 .et_pb_main_blurb_image {\r\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png\") 0px 25px no-repeat;\r\n}\r\n\r\n#main-header {\r\nbackground-color: #1F4897;\r\n}'),(767,757,'_edit_lock','1502853054:1'),(768,760,'_wp_attached_file','2017/08/picture4-crop-u19682.jpg'),(769,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:32:\"2017/08/picture4-crop-u19682.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"picture4-crop-u19682-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(770,761,'_wp_attached_file','2017/08/u19689.png'),(771,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:130;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2017/08/u19689.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(772,757,'_et_pb_use_ab_testing','off'),(773,763,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(774,763,'_mail','a:8:{s:7:\"subject\";s:28:\"NET PACIFIC \"[your-subject]\"\";s:6:\"sender\";s:31:\"[your-name] <info@getonline.ph>\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\";s:9:\"recipient\";s:17:\"info@getonline.ph\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(775,763,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"NET PACIFIC \"[your-subject]\"\";s:6:\"sender\";s:31:\"NET PACIFIC <info@getonline.ph>\";s:4:\"body\";s:115:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: info@getonline.ph\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(776,763,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(777,763,'_additional_settings',NULL),(778,763,'_locale','en_US'),(779,764,'_form','<label> Name (required)\n    [text* your-name] </label>\n\n<label> Contact Number (required)\n    [text* c-number] </label>\n\n<label> Age (required)\n    [number age] </label>\n\n<label> Position Applied (required)\n    [text p-applied] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n[radio position default:1 \"Project Managers\" \"Project  in Charge\" \"Electricians\" \"Installers\" \"Fiber Technician\" \"OSP Engineer\"]\n\n<label> Degree (required)\n    [text degree] </label>\n\n<label> School/University (required)\n    [text school] </label>\n\n<label> Work Experience\n    [text work] </label>\n\n<label> Message\n    [textarea your-message] </label>\n\n[submit \"SEND\"]'),(780,764,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:28:\"NET PACIFIC \"[your-subject]\"\";s:6:\"sender\";s:31:\"[your-name] <info@getonline.ph>\";s:9:\"recipient\";s:17:\"info@getonline.ph\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(781,764,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"NET PACIFIC \"[your-subject]\"\";s:6:\"sender\";s:31:\"NET PACIFIC <info@getonline.ph>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:115:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\";s:18:\"additional_headers\";s:27:\"Reply-To: info@getonline.ph\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(782,764,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(783,764,'_additional_settings',''),(784,764,'_locale','en_US'),(785,765,'_edit_last','1'),(786,765,'_edit_lock','1503275438:1'),(787,765,'_wp_page_template','default'),(788,765,'_et_pb_post_hide_nav','default'),(789,765,'_et_pb_page_layout','et_right_sidebar'),(790,765,'_et_pb_side_nav','off'),(791,765,'_et_pb_use_builder','on'),(792,765,'_et_builder_version','BB|Divi|3.0.64'),(793,765,'_et_pb_ab_stats_refresh_interval','hourly'),(794,765,'_et_pb_old_content',''),(795,765,'_et_pb_enable_shortcode_tracking',''),(796,765,'_et_pb_custom_css','#main-header {\r\nbackground-color: #1F4897;\r\n}\r\n\r\n.wpcf7-text, .wpcf7-number, textarea {\r\nborder:3px solid #1F4897 !important;\r\npadding:4px !important;\r\n}\r\n\r\n.wpcf7-submit {\r\ncolor: #1F4897;\r\nbackground-color: #D3DBEB;\r\nborder:0;\r\npadding:6px 15px;\r\nfont-size:15px;\r\nborder-radius:3px;\r\n}'),(797,765,'_et_pb_use_ab_testing','off'),(798,773,'_menu_item_type','post_type'),(799,773,'_menu_item_menu_item_parent','0'),(800,773,'_menu_item_object_id','765'),(801,773,'_menu_item_object','page'),(802,773,'_menu_item_target',''),(803,773,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(804,773,'_menu_item_xfn',''),(805,773,'_menu_item_url','');
/*!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(255) 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=775 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,'2017-07-21 00:46:34','2017-07-21 00:46:34','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-07-21 00:46:34','2017-07-21 00:46:34','',0,'http://localhost/netpac/?p=1',0,'post','',1),(2,1,'2017-07-21 00:46:34','2017-07-21 00:46:34','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&#241;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://localhost/netpac/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','','','2017-07-21 00:46:34','2017-07-21 00:46:34','',0,'http://localhost/netpac/?page_id=2',0,'page','',0),(4,1,'2017-07-21 08:48:36','2017-07-21 00:48:36','[et_pb_section fullwidth=\"on\" background_color=\"#1f0030\"][et_pb_fullwidth_header title=\"Divi Builder\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.85)\" max_width=\"700px\" button_one_text=\"Join Now\" button_one_url=\"Join today\" background_overlay_color=\"rgba(40,40,48,0.8)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0 12% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\" background_image=\"https://cdn.elegantthemes.com/images/tour/hummus2.jpg\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" content_orientation=\"center\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\"]Divi 3.0 introduces a completely new visual interface that will forever change how you build websites. This front end editor allows you to make changes to your website...on your actual website![/et_pb_fullwidth_header][/et_pb_section][et_pb_section background_color=\"#efefe8\" custom_css_main_element=\"z-index: 999;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"-100px||60px|\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" bg_img_1=\"https://cdn.elegantthemes.com/images/tour/limes.jpg\" bg_img_2=\"https://cdn.elegantthemes.com/images/tour/springrolls.jpg\" bg_img_3=\"https://cdn.elegantthemes.com/images/tour/eggs.jpg\" bg_img_4=\"https://cdn.elegantthemes.com/images/tour/lemons.jpg\" background_position_1=\"bottom_center\" background_position_2=\"bottom_center\" background_position_3=\"bottom_center\" background_position_4=\"bottom_center\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_repeat_3=\"no-repeat\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"overflow: visible !important;||-webkit-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||-moz-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Click & type\" use_icon=\"on\" font_icon=\"%%119%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Drag & Drop\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e4e4e4\" background_color_gradient_end=\"rgba(228,228,228,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Fully Customize\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#efefef\" background_color_gradient_end=\"rgba(239,239,239,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Clone & Delete\" use_icon=\"on\" font_icon=\"%%100%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d7d9d9\" background_color_gradient_end=\"rgba(215,217,217,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" custom_padding=\"0px|||\" background_color=\"#efefe8\"][et_pb_row custom_margin=\"|||\" padding_top_1=\"10%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So simple!\" animation=\"off\" text_orientation=\"right\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"right\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"3px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/jar.jpg\" align=\"center\" max_width=\"510px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"|||\" make_equal=\"on\" padding_top_2=\"14%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/cake.jpg\" animation=\"right\" align=\"center\" max_width=\"510px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So sweet!\" animation=\"off\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"left\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"2px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#212127\" custom_padding=\"|||\" fullwidth=\"on\"][et_pb_fullwidth_header title=\"Perfectly Diverse\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.72)\" button_one_text=\"Download\" background_overlay_color=\"rgba(255,255,255,0)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_tablet=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" content_text_color=\"#ffffff\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel mollis eros. Vestibulum in blandit massa. Nunc lorem lacus, lacinia ut lobortis id, tempor a sem. Vivamus rhoncus imperdiet quam quis vestibulum. Sed at dui orci. </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_image src=\"https://cdn.elegantthemes.com/images/tour/cheese.jpg\" animation=\"off\" /][/et_pb_section]','Divi Builder Demo','','publish','closed','closed','','divi-builder-demo','','','2017-07-21 08:48:36','2017-07-21 00:48:36','',0,'http://localhost/netpac/et_pb_layout/divi-builder-demo/',0,'et_pb_layout','',0),(5,1,'2017-07-21 08:48:36','2017-07-21 00:48:36','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Basic','','publish','closed','closed','','homepage-basic','','','2017-07-21 08:48:36','2017-07-21 00:48:36','',0,'http://localhost/netpac/et_pb_layout/homepage-basic/',0,'et_pb_layout','',0),(6,1,'2017-07-21 08:48:36','2017-07-21 00:48:36','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h1>What Our Customers are Saying</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Shop','','publish','closed','closed','','homepage-shop','','','2017-07-21 08:48:36','2017-07-21 00:48:36','',0,'http://localhost/netpac/et_pb_layout/homepage-shop/',0,'et_pb_layout','',0),(7,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Portfolio','','publish','closed','closed','','homepage-portfolio','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/homepage-portfolio/',0,'et_pb_layout','',0),(8,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"https://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Company','','publish','closed','closed','','homepage-company','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/homepage-company/',0,'et_pb_layout','',0),(9,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"https://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.\n\nDonec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Corporate','','publish','closed','closed','','homepage-corporate','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/homepage-corporate/',0,'et_pb_layout','',0),(10,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"https://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er\nos at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Extended','','publish','closed','closed','','homepage-extended','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/homepage-extended/',0,'et_pb_layout','',0),(11,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Page Fullwidth','','publish','closed','closed','','page-fullwidth','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/page-fullwidth/',0,'et_pb_layout','',0),(12,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Right Sidebar','','publish','closed','closed','','page-right-sidebar','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/page-right-sidebar/',0,'et_pb_layout','',0),(13,1,'2017-07-21 08:48:37','2017-07-21 00:48:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Page Left Sidebar','','publish','closed','closed','','page-left-sidebar','','','2017-07-21 08:48:37','2017-07-21 00:48:37','',0,'http://localhost/netpac/et_pb_layout/page-left-sidebar/',0,'et_pb_layout','',0),(14,1,'2017-07-21 08:48:38','2017-07-21 00:48:38','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Dual Sidebars','','publish','closed','closed','','page-dual-sidebars','','','2017-07-21 08:48:38','2017-07-21 00:48:38','',0,'http://localhost/netpac/et_pb_layout/page-dual-sidebars/',0,'et_pb_layout','',0),(15,1,'2017-07-21 08:48:38','2017-07-21 00:48:38','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Grid','','publish','closed','closed','','portfolio-grid','','','2017-07-21 08:48:38','2017-07-21 00:48:38','',0,'http://localhost/netpac/et_pb_layout/portfolio-grid/',0,'et_pb_layout','',0),(16,1,'2017-07-21 08:48:38','2017-07-21 00:48:38','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio 1 Column','','publish','closed','closed','','portfolio-1-column','','','2017-07-21 08:48:38','2017-07-21 00:48:38','',0,'http://localhost/netpac/et_pb_layout/portfolio-1-column/',0,'et_pb_layout','',0),(17,1,'2017-07-21 08:48:38','2017-07-21 00:48:38','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Carousel','','publish','closed','closed','','portfolio-fullwidth-carousel','','','2017-07-21 08:48:38','2017-07-21 00:48:38','',0,'http://localhost/netpac/et_pb_layout/portfolio-fullwidth-carousel/',0,'et_pb_layout','',0),(18,1,'2017-07-21 08:48:39','2017-07-21 00:48:39','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Grid','','publish','closed','closed','','portfolio-fullwidth-grid','','','2017-07-21 08:48:39','2017-07-21 00:48:39','',0,'http://localhost/netpac/et_pb_layout/portfolio-fullwidth-grid/',0,'et_pb_layout','',0),(19,1,'2017-07-21 08:48:39','2017-07-21 00:48:39','[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended','','publish','closed','closed','','project-extended','','','2017-07-21 08:48:39','2017-07-21 00:48:39','',0,'http://localhost/netpac/et_pb_layout/project-extended/',0,'et_pb_layout','',0),(20,1,'2017-07-21 08:48:39','2017-07-21 00:48:39','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>\n<strong>Client </strong>Client Name\n<strong>Date </strong>Date of Completion\n<strong>Skills </strong>Branding, Web Design\n<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended 2','','publish','closed','closed','','project-extended-2','','','2017-07-21 08:48:39','2017-07-21 00:48:39','',0,'http://localhost/netpac/et_pb_layout/project-extended-2/',0,'et_pb_layout','',0),(21,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Masonry','','publish','closed','closed','','blog-masonry','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/blog-masonry/',0,'et_pb_layout','',0),(22,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Blog Standard','','publish','closed','closed','','blog-standard','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/blog-standard/',0,'et_pb_layout','',0),(23,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Basic','','publish','closed','closed','','shop-basic','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/shop-basic/',0,'et_pb_layout','',0),(24,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Extended','','publish','closed','closed','','shop-extended','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/shop-extended/',0,'et_pb_layout','',0),(25,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Splash Page','','publish','closed','closed','','splash-page','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/splash-page/',0,'et_pb_layout','',0),(26,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>\nThis is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Maintenance Mode','','publish','closed','closed','','maintenance-mode','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/maintenance-mode/',0,'et_pb_layout','',0),(27,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon','','publish','closed','closed','','coming-soon','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/coming-soon/',0,'et_pb_layout','',0),(28,1,'2017-07-21 08:48:40','2017-07-21 00:48:40','[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>\n<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Landing Page','','publish','closed','closed','','landing-page','','','2017-07-21 08:48:40','2017-07-21 00:48:40','',0,'http://localhost/netpac/et_pb_layout/landing-page/',0,'et_pb_layout','',0),(29,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]','About Me','','publish','closed','closed','','about-me','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/about-me/',0,'et_pb_layout','',0),(30,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/about-us/',0,'et_pb_layout','',0),(31,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>\n<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>\n\n<strong>Address:</strong> 890 Lorem Ipsum Street #12\nSan Francisco, California 65432\n\n<strong>Phone:</strong> 123.4567.890\n\n<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/contact-us/',0,'et_pb_layout','',0),(32,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]\n[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]\n[et_pb_text]\n<h2>Nick Roach</h2>\n<em>President, CEO, Theme UI/UX Designer</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]\n[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]\n[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]\n[et_pb_text]\n<h2>Kenny Sing</h2>\n<em>Lead Graphic Designers</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]\n[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]\n[et_pb_text]\n<h2>Mitch Skolnik</h2>\n<em>Community Manager</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]\n[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_5.png\"  title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_6.png\"  title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_7.png\"  title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_8.png\"  title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#7EBEC5\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]\nIf you are interested in working together, send us an inquiry and we will get back to you as soon as we can!\n[/et_pb_cta]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]','Our Team','','publish','closed','closed','','our-team','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/our-team/',0,'et_pb_layout','',0),(33,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"https://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc\nhimp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Creative Agency','','publish','closed','closed','','creative-agency','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/creative-agency/',0,'et_pb_layout','',0),(34,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n-Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>\nDon\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page','','publish','closed','closed','','sales-page','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/sales-page/',0,'et_pb_layout','',0),(35,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]','Case Study','','publish','closed','closed','','case-study','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/case-study/',0,'et_pb_layout','',0),(36,1,'2017-07-21 08:48:41','2017-07-21 00:48:41','[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"https://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>\nThe Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]\n<h1>Fully Responsive Layouts</h1>\nWe know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Product Features','','publish','closed','closed','','product-features','','','2017-07-21 08:48:41','2017-07-21 00:48:41','',0,'http://localhost/netpac/et_pb_layout/product-features/',0,'et_pb_layout','',0),(37,1,'2017-07-21 08:49:38','2017-07-21 00:49:38','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','publish','closed','closed','','homepage','','','2017-08-09 07:45:13','2017-08-08 23:45:13','',0,'http://localhost/netpac/?page_id=37',0,'page','',0),(38,1,'2017-07-21 08:49:38','2017-07-21 00:49:38','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 08:49:38','2017-07-21 00:49:38','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(41,1,'2017-07-21 17:58:37','2017-07-21 09:58:37','','FA NETPACIFIC LOGO-11','','inherit','open','closed','','fa-netpacific-logo-11','','','2017-07-21 19:40:02','2017-07-21 11:40:02','',37,'http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-11.png',0,'attachment','image/png',0),(42,1,'2017-07-21 17:59:26','2017-07-21 09:59:26','','','','inherit','open','closed','','fa-netpacific-logo-07','','','2017-07-21 17:59:38','2017-07-21 09:59:38','',0,'http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-07.png',0,'attachment','image/png',0),(43,1,'2017-07-21 18:00:13','2017-07-21 10:00:13','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:24px;\ncolor:#7F7F7F;\nfont-weight:bold;\npadding:30px 0 10px 0;\n}\n\n.case-study .et_pb_slide_content {\nfont-weight:100;\n}','Divi','','publish','closed','closed','','divi','','','2017-08-14 08:30:40','2017-08-14 00:30:40','',0,'http://localhost/netpac/2017/07/21/divi/',0,'custom_css','',0),(44,1,'2017-07-21 18:00:13','2017-07-21 10:00:13','','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-21 18:00:13','2017-07-21 10:00:13','',43,'http://localhost/netpac/2017/07/21/43-revision-v1/',0,'revision','',0),(47,1,'2017-07-21 18:05:23','2017-07-21 10:05:23','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:05:23','2017-07-21 10:05:23','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(58,1,'2017-07-21 18:31:20','2017-07-21 10:31:20','','homepage netpac-cropped','','inherit','open','closed','','homepage-netpac-cropped','','','2017-07-21 18:31:20','2017-07-21 10:31:20','',37,'http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg',0,'attachment','image/jpeg',0),(59,1,'2017-07-21 18:33:11','2017-07-21 10:33:11','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"off\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"lighten\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:33:11','2017-07-21 10:33:11','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(60,1,'2017-07-21 18:33:37','2017-07-21 10:33:37','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"off\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras imperdiet erat lobortis lacus viverra elementum. Suspendisse in quam eget est viverra blandit. Duis vitae orci euismod, molestie nibh sit amet, rhoncus est. Nulla facilisi. Cras pellentesque risus a placerat malesuada. Phasellus sagittis tincidunt euismod. Sed sodales tellus sed condimentum ullamcorper. Donec ut facilisis nibh, in pulvinar tortor. Pellentesque a odio cursus quam ullamcorper elementum. Nullam consectetur, ipsum vitae accumsan faucibus, libero magna sollicitudin nibh, vulputate tempor metus est commodo nisl. Aenean pharetra lorem at purus blandit fermentum.\r\n\r\nUt quis turpis at lorem rhoncus molestie nec non arcu. Nullam auctor lobortis lacus, sed lacinia ante vehicula quis. Duis dictum tincidunt orci, id sagittis arcu fermentum non. Aliquam erat volutpat. In arcu neque, porta et libero a, consequat faucibus dolor. Sed felis nunc, lobortis at metus id, malesuada lobortis odio. Mauris aliquet lectus et sagittis scelerisque. Pellentesque sit amet ante tellus. Aliquam tempor blandit accumsan. Proin id enim efficitur, lacinia enim nec, tincidunt mi. Praesent vestibulum, est ac pharetra gravida, lacus massa faucibus elit, sit amet consectetur libero leo id quam. Phasellus mattis ex et ligula malesuada, nec gravida erat porttitor. Nunc augue urna, ultrices vitae blandit eu, rutrum non massa.\r\n\r\nNunc pulvinar ante a arcu gravida aliquet. Donec et interdum turpis, nec imperdiet massa. Vivamus at purus elementum, mattis nunc iaculis, ultrices eros. Nulla vitae porttitor urna. Pellentesque finibus ex quam, quis lobortis massa feugiat semper. Nam volutpat sollicitudin diam, non consectetur massa rhoncus eget. Sed quis lacus quis lectus sollicitudin sollicitudin. Nam condimentum ligula ultricies velit viverra, a ullamcorper orci convallis. Curabitur diam arcu, sagittis ut condimentum in, fringilla eget felis. Proin sagittis hendrerit pulvinar. Pellentesque sed faucibus tellus.\r\n\r\nIn ac purus nunc. Curabitur ut eros mattis, faucibus lectus id, suscipit sem. Donec varius consectetur diam, non mollis est consectetur ac. Maecenas erat ex, tempus eget varius id, pellentesque a sem. Integer finibus dictum sagittis. Maecenas facilisis malesuada libero, ut aliquam nisl consequat vel. Vivamus interdum ut sapien sit amet feugiat. Mauris malesuada at velit eu tempus. Donec purus nisl, varius vitae sodales non, auctor sit amet leo. Aenean feugiat quis diam vel eleifend. Aliquam accumsan mi nec libero sodales, at bibendum erat accumsan. Sed gravida dolor et elit mollis luctus. Integer commodo, magna ac aliquet tincidunt, felis tortor sagittis lacus, vitae lacinia ante risus elementum ipsum. Praesent dictum felis sit amet viverra rutrum. Duis elementum feugiat erat in maximus. Morbi et orci id sem volutpat hendrerit vel et velit.\r\n\r\nNulla auctor lacinia pellentesque. Aliquam non auctor urna. Morbi vestibulum lobortis quam ac venenatis. Donec pulvinar arcu gravida, pellentesque risus a, fringilla tortor. Vestibulum malesuada sapien neque, a rhoncus odio aliquam ut. Mauris et urna feugiat purus ultricies rutrum. Morbi placerat tellus eget turpis fringilla, vitae dapibus dui euismod. Aliquam hendrerit facilisis urna a molestie. Sed efficitur semper feugiat. Duis dapibus ornare neque, eget scelerisque diam. Duis vitae lacus laoreet ex scelerisque viverra. Quisque mollis eros at scelerisque malesuada.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:33:37','2017-07-21 10:33:37','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(61,1,'2017-07-21 18:38:07','2017-07-21 10:38:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"off\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:38:07','2017-07-21 10:38:07','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(62,1,'2017-07-21 18:44:45','2017-07-21 10:44:45','','','','inherit','open','closed','','fa-netpacific-logo-10','','','2017-07-21 18:44:54','2017-07-21 10:44:54','',37,'http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png',0,'attachment','image/png',0),(63,1,'2017-07-21 18:45:08','2017-07-21 10:45:08','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"off\" text_orientation=\"left\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:45:08','2017-07-21 10:45:08','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(64,1,'2017-07-21 18:45:49','2017-07-21 10:45:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"off\" text_orientation=\"left\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:45:49','2017-07-21 10:45:49','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(65,1,'2017-07-21 18:49:39','2017-07-21 10:49:39','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" /][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:49:39','2017-07-21 10:49:39','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(66,1,'2017-07-21 18:56:17','2017-07-21 10:56:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" /][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" module_id=\"et_fullscreen_slider\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:56:17','2017-07-21 10:56:17','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(67,1,'2017-07-21 18:59:39','2017-07-21 10:59:39','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" custom_css_before=\".et_pb_container {||height: 90vh !important;||}\" /][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" module_id=\"et_fullscreen_slider\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 18:59:39','2017-07-21 10:59:39','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(68,1,'2017-07-21 19:00:25','2017-07-21 11:00:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 90vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" custom_css_before=\".et_pb_container {||height: 90vh !important;||}\" /][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" module_id=\"et_fullscreen_slider\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:00:25','2017-07-21 11:00:25','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(69,1,'2017-07-21 19:00:58','2017-07-21 11:00:58','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" module_id=\"et_fullscreen_slider\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:00:58','2017-07-21 11:00:58','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(70,1,'2017-07-21 19:05:41','2017-07-21 11:05:41','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" module_id=\"et_fullscreen_slider\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" heading=\"Engineering Expertise\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n<em>Providing expert system solutions</em>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(12,113,195,0.72)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"off\" text_orientation=\"left\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:05:41','2017-07-21 11:05:41','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(71,1,'2017-07-21 19:06:21','2017-07-21 11:06:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(12,113,195,0.72)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"left\" header_fullscreen=\"off\" background_layout=\"light\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:06:21','2017-07-21 11:06:21','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(72,1,'2017-07-21 19:08:35','2017-07-21 11:08:35','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(12,113,195,0.72)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:08:35','2017-07-21 11:08:35','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(73,1,'2017-07-21 19:10:43','2017-07-21 11:10:43','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(12,113,195,0.72)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font=\"|on|||\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:10:43','2017-07-21 11:10:43','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(74,1,'2017-07-21 19:11:40','2017-07-21 11:11:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(12,113,195,0.72)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:11:40','2017-07-21 11:11:40','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(75,1,'2017-07-21 19:12:34','2017-07-21 11:12:34','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"#1f4897\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:12:34','2017-07-21 11:12:34','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(76,1,'2017-07-21 19:12:49','2017-07-21 11:12:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:12:49','2017-07-21 11:12:49','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(77,1,'2017-07-21 19:14:43','2017-07-21 11:14:43','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:14:43','2017-07-21 11:14:43','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(78,1,'2017-07-21 19:16:07','2017-07-21 11:16:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<p style=\"text-align: center;\">Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:16:07','2017-07-21 11:16:07','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(79,1,'2017-07-21 19:17:04','2017-07-21 11:17:04','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" max_width=\"560px\"]\r\n<p style=\"text-align: center;\">Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:17:04','2017-07-21 11:17:04','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(80,1,'2017-07-21 19:18:30','2017-07-21 11:18:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<p style=\"text-align: center;\">Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:18:30','2017-07-21 11:18:30','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(89,1,'2017-07-21 19:26:41','2017-07-21 11:26:41','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:26:41','2017-07-21 11:26:41','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(90,1,'2017-07-21 19:28:03','2017-07-21 11:28:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" text_font=\"|on|||\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:28:03','2017-07-21 11:28:03','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(91,1,'2017-07-21 19:28:22','2017-07-21 11:28:22','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:28:22','2017-07-21 11:28:22','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(92,1,'2017-07-21 19:28:40','2017-07-21 11:28:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:28:40','2017-07-21 11:28:40','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(93,1,'2017-07-21 19:29:45','2017-07-21 11:29:45','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" header_font=\"|on|||\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:29:45','2017-07-21 11:29:45','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(94,1,'2017-07-21 19:30:17','2017-07-21 11:30:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:30:17','2017-07-21 11:30:17','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(95,1,'2017-07-21 19:30:48','2017-07-21 11:30:48','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" header_font_size=\"45px\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:30:48','2017-07-21 11:30:48','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(96,1,'2017-07-21 19:31:17','2017-07-21 11:31:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" header_font_size=\"45px\"]\r\n<h1>OUR SERVICES</h1>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:31:17','2017-07-21 11:31:17','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(97,1,'2017-07-21 19:31:35','2017-07-21 11:31:35','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" header_font_size=\"78px\"]\r\n<h1>OUR SERVICES</h1>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:31:35','2017-07-21 11:31:35','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(98,1,'2017-07-21 19:33:03','2017-07-21 11:33:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header _builder_version=\"3.0.64\" background_overlay_color=\"rgba(31,72,151,0.73)\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" image_orientation=\"center\" header_scroll_down=\"on\" text_orientation=\"center\" header_fullscreen=\"on\" background_layout=\"dark\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" scroll_down_icon=\"%%2%%\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" title_font_color=\"#ffffff\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"560px\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" border_style=\"solid\" header_font_size=\"6px\"]\r\n<h2>OUR SERVICES</h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:33:03','2017-07-21 11:33:03','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(100,1,'2017-07-21 19:34:26','2017-07-21 11:34:26','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" header_font_size=\"6px\" background_layout=\"light\" header_font=\"|on|on||\" border_style=\"solid\"]\r\n<h2><span style=\"font-size: xx-large;\">OUR SERVICES</span></h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:34:26','2017-07-21 11:34:26','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(101,1,'2017-07-21 19:34:42','2017-07-21 11:34:42','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" header_font_size=\"6px\" background_layout=\"light\" header_font=\"|on|on||\" border_style=\"solid\"]\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:34:42','2017-07-21 11:34:42','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(102,1,'2017-07-21 19:35:07','2017-07-21 11:35:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" header_font_size=\"6px\" background_layout=\"light\" header_font=\"|on|on||\" border_style=\"solid\"]\r\n<h2><span style=\"font-size: xx-large;\">OUR SERVICES</span></h2>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:35:07','2017-07-21 11:35:07','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(103,1,'2017-07-21 19:35:55','2017-07-21 11:35:55','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:35:55','2017-07-21 11:35:55','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(104,1,'2017-07-21 19:37:57','2017-07-21 11:37:57','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:37:57','2017-07-21 11:37:57','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(105,1,'2017-07-21 19:39:57','2017-07-21 11:39:57','','','','inherit','open','closed','','fa-netpacific-logo-11-2','','','2017-07-21 19:40:02','2017-07-21 11:40:02','',37,'http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png',0,'attachment','image/png',0),(106,1,'2017-07-21 19:40:06','2017-07-21 11:40:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-11-150x150.png\" alt=\"\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-41\" />\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" class=\"alignnone size-full wp-image-105\" /><h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:40:06','2017-07-21 11:40:06','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(107,1,'2017-07-21 19:40:19','2017-07-21 11:40:19','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:40:19','2017-07-21 11:40:19','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(109,1,'2017-07-21 19:42:12','2017-07-21 11:42:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_color=\"#e02b20\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:42:12','2017-07-21 11:42:12','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(110,1,'2017-07-21 19:43:11','2017-07-21 11:43:11','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:43:11','2017-07-21 11:43:11','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(111,1,'2017-07-21 19:44:22','2017-07-21 11:44:22','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:44:22','2017-07-21 11:44:22','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(112,1,'2017-07-21 19:44:43','2017-07-21 11:44:43','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:44:43','2017-07-21 11:44:43','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(113,1,'2017-07-21 19:45:08','2017-07-21 11:45:08','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"||10px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:45:08','2017-07-21 11:45:08','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(114,1,'2017-07-21 19:45:42','2017-07-21 11:45:42','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:45:42','2017-07-21 11:45:42','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(115,1,'2017-07-21 19:47:07','2017-07-21 11:47:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/FA-NETPACIFIC-LOGO-10.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-21 19:47:07','2017-07-21 11:47:07','',37,'http://localhost/netpac/2017/07/21/37-revision-v1/',0,'revision','',0),(116,1,'2017-07-24 09:35:37','2017-07-24 01:35:37','{\"et_divi[menu_height]\":{\"value\":\"155\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','564cba36-831a-4904-a0a3-ba246fcefe66','','','2017-07-24 09:35:37','2017-07-24 01:35:37','',0,'http://localhost/netpac/?p=116',0,'customize_changeset','',0),(117,1,'2017-07-24 09:33:53','2017-07-24 01:33:53','','','','inherit','open','closed','','fa-netpacific-logo-10-2','','','2017-07-24 09:34:01','2017-07-24 01:34:01','',0,'http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png',0,'attachment','image/png',0),(118,1,'2017-07-24 09:35:10','2017-07-24 01:35:10','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 09:35:10','2017-07-24 01:35:10','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(119,1,'2017-07-24 09:36:04','2017-07-24 01:36:04','{\"et_divi[menu_height]\":{\"value\":\"55\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','958c3353-5ed1-4584-9323-34b17bf6fedf','','','2017-07-24 09:36:04','2017-07-24 01:36:04','',0,'http://localhost/netpac/2017/07/24/958c3353-5ed1-4584-9323-34b17bf6fedf/',0,'customize_changeset','',0),(121,1,'2017-07-24 09:36:16','2017-07-24 01:36:16','{\"et_divi[menu_height]\":{\"value\":\"155\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','decc90f8-21ca-4760-b2ac-580666d82988','','','2017-07-24 09:36:16','2017-07-24 01:36:16','',0,'http://localhost/netpac/2017/07/24/decc90f8-21ca-4760-b2ac-580666d82988/',0,'customize_changeset','',0),(122,1,'2017-07-24 09:37:07','2017-07-24 01:37:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" header_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 09:37:07','2017-07-24 01:37:07','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(123,1,'2017-07-24 09:52:50','2017-07-24 01:52:50','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:40px;\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 09:52:50','2017-07-24 01:52:50','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(124,1,'2017-07-24 09:53:23','2017-07-24 01:53:23','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:60px;\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 09:53:23','2017-07-24 01:53:23','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(125,1,'2017-07-24 09:53:55','2017-07-24 01:53:55','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h1><span style=\"font-size: xx-large;\">OUR SERVICES</span></h1>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 09:53:55','2017-07-24 01:53:55','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(126,1,'2017-07-24 10:01:22','2017-07-24 02:01:22','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:01:22','2017-07-24 02:01:22','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(127,1,'2017-08-09 07:45:05','2017-08-08 23:45:05','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR SERVICES\n\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR CLIENTS\n\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\n\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nOur Valued Clients\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\n\n<ul>\n 	<li>A world-leading outsourcing service partner</li>\n 	<li>An American multinational information technology company</li>\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\n 	<li>A multinational oil and gas company</li>\n 	<li>The third oldest university in the Philippines</li>\n 	<li>A major provider of local telecommunications services in the Philippines</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\n 	<li>A roman catholic, lasallian research university</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>The largest chain of shopping malls in the Philippines</li>\n 	<li>The world\'s largest international serviced residence owner-operator</li>\n 	<li>A Canadian insurance company and financial services provider</li>\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\n</ul>\n\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\n\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\n\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nTESTIMONIALS\n\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\n\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\n<em><small>Senior Management / URC International</small></em>\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\n<span class=\"highlight\">What else can I say?\nIt’s expertise that we trust.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\n<em><small>Senior Management / HP Eton Centris</small></em>\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\n\n[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\n\nOUR COMPANY\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nCompetitive\nAccountable\nAdvancement\nResponsive\nExpertise\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\n\nCONTACT US\n\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\n\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\n\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n3qb ODC International Plaza\n219 Salcedo St. Legaspi Village\nMakati City 1229 Philippines\n\n<strong>METRO CEBU</strong>\n87 Rahmann Street\nBarangay Zapatera\nCebu City 6000 Philippines\n\n<strong>METRO DAVAO</strong>\n34 C.M. Recto Avenue, Poblacion District,\nDavao City, 8000 Philippines\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n(632) 893 9306; (632) 893 4953\n(632) 817 5314; (632) 817 5316\n\n<strong>METRO CEBU</strong>\n(032) 401 1311\nTelefax No.: (032) 505 6577\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\ninfo@netpacific.net\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-autosave-v1','','','2017-08-09 07:45:05','2017-08-08 23:45:05','',37,'http://localhost/netpac/2017/07/24/37-autosave-v1/',0,'revision','',0),(128,1,'2017-07-24 10:19:24','2017-07-24 02:19:24','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:19:24','2017-07-24 02:19:24','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(130,1,'2017-07-24 10:30:28','2017-07-24 02:30:28','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:30:28','2017-07-24 02:30:28','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(131,1,'2017-07-24 10:32:52','2017-07-24 02:32:52','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:32:52','2017-07-24 02:32:52','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(132,1,'2017-07-24 10:35:50','2017-07-24 02:35:50','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:35:50','2017-07-24 02:35:50','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(133,1,'2017-07-24 10:36:49','2017-07-24 02:36:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:36:49','2017-07-24 02:36:49','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(136,1,'2017-07-24 10:39:03','2017-07-24 02:39:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"width:110px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:39:03','2017-07-24 02:39:03','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(137,1,'2017-07-24 10:40:38','2017-07-24 02:40:38','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:40:38','2017-07-24 02:40:38','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(138,1,'2017-07-24 10:46:01','2017-07-24 02:46:01','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 150px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','e37c26cc-b706-4995-b2c2-0531feed730c','','','2017-07-24 10:46:01','2017-07-24 02:46:01','',0,'http://localhost/netpac/?p=138',0,'customize_changeset','',0),(139,1,'2017-07-24 10:46:01','2017-07-24 02:46:01','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 150px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:46:01','2017-07-24 02:46:01','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(140,1,'2017-07-24 10:46:04','2017-07-24 02:46:04','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 140px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','f24b7266-2a97-4464-a971-233462a4b2e4','','','2017-07-24 10:46:04','2017-07-24 02:46:04','',0,'http://localhost/netpac/2017/07/24/f24b7266-2a97-4464-a971-233462a4b2e4/',0,'customize_changeset','',0),(141,1,'2017-07-24 10:46:05','2017-07-24 02:46:05','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 140px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:46:05','2017-07-24 02:46:05','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(142,1,'2017-07-24 10:46:24','2017-07-24 02:46:24','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:46:24','2017-07-24 02:46:24','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(143,1,'2017-07-24 10:47:02','2017-07-24 02:47:02','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:47:02','2017-07-24 02:47:02','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(148,1,'2017-07-24 10:50:11','2017-07-24 02:50:11','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:50:11','2017-07-24 02:50:11','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(149,1,'2017-07-24 10:50:38','2017-07-24 02:50:38','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','9bc355d9-4484-404c-a53d-6bcad9d02cd6','','','2017-07-24 10:50:38','2017-07-24 02:50:38','',0,'http://localhost/netpac/2017/07/24/9bc355d9-4484-404c-a53d-6bcad9d02cd6/',0,'customize_changeset','',0),(150,1,'2017-07-24 10:50:38','2017-07-24 02:50:38','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:50:38','2017-07-24 02:50:38','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(151,1,'2017-07-24 10:50:53','2017-07-24 02:50:53','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 120px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','d18f63e2-7283-478b-a478-1928c37e498b','','','2017-07-24 10:50:53','2017-07-24 02:50:53','',0,'http://localhost/netpac/2017/07/24/d18f63e2-7283-478b-a478-1928c37e498b/',0,'customize_changeset','',0),(152,1,'2017-07-24 10:50:53','2017-07-24 02:50:53','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 120px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:50:53','2017-07-24 02:50:53','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(153,1,'2017-07-24 10:51:11','2017-07-24 02:51:11','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 110px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','e88464ff-0e7e-4165-bf3e-311f87be0d99','','','2017-07-24 10:51:11','2017-07-24 02:51:11','',0,'http://localhost/netpac/2017/07/24/e88464ff-0e7e-4165-bf3e-311f87be0d99/',0,'customize_changeset','',0),(154,1,'2017-07-24 10:51:12','2017-07-24 02:51:12','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 110px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:51:12','2017-07-24 02:51:12','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(155,1,'2017-07-24 10:52:33','2017-07-24 02:52:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:52:33','2017-07-24 02:52:33','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(156,1,'2017-07-24 10:53:07','2017-07-24 02:53:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:53:07','2017-07-24 02:53:07','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(157,1,'2017-07-24 10:54:09','2017-07-24 02:54:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"height:145px;||display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:54:09','2017-07-24 02:54:09','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(158,1,'2017-07-24 10:55:12','2017-07-24 02:55:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:55:12','2017-07-24 02:55:12','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(159,1,'2017-07-24 10:55:31','2017-07-24 02:55:31','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','735b79f0-3b84-4cbe-b0b1-6811081fc421','','','2017-07-24 10:55:31','2017-07-24 02:55:31','',0,'http://localhost/netpac/2017/07/24/735b79f0-3b84-4cbe-b0b1-6811081fc421/',0,'customize_changeset','',0),(160,1,'2017-07-24 10:55:31','2017-07-24 02:55:31','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-24 10:55:31','2017-07-24 02:55:31','',43,'http://localhost/netpac/2017/07/24/43-revision-v1/',0,'revision','',0),(161,1,'2017-07-24 10:58:18','2017-07-24 02:58:18','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 10:58:18','2017-07-24 02:58:18','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(162,1,'2017-07-24 11:00:59','2017-07-24 03:00:59','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" padding_bottom_1=\"0px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:00:59','2017-07-24 03:00:59','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(163,1,'2017-07-24 11:01:51','2017-07-24 03:01:51','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:01:51','2017-07-24 03:01:51','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(164,1,'2017-07-24 11:03:21','2017-07-24 03:03:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"40px\" padding_bottom_2=\"40px\" padding_bottom_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"40px\" padding_bottom_2=\"40px\" padding_bottom_3=\"40px\" padding_bottom_4=\"40px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:03:21','2017-07-24 03:03:21','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(165,1,'2017-07-24 11:04:47','2017-07-24 03:04:47','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#eaeaea\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:04:47','2017-07-24 03:04:47','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(166,1,'2017-07-24 11:05:46','2017-07-24 03:05:46','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n<h1>Information Technology Systems / Extra Low Voltage (ITS/ELV)</h1>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:05:46','2017-07-24 03:05:46','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(167,1,'2017-07-24 11:19:40','2017-07-24 03:19:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n<h2>OUR SERVICES</h2>\r\n&nbsp;\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:19:40','2017-07-24 03:19:40','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(168,1,'2017-07-24 11:26:33','2017-07-24 03:26:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n&lt;img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" /&gt;\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:26:33','2017-07-24 03:26:33','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(169,1,'2017-07-24 11:26:51','2017-07-24 03:26:51','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:26:51','2017-07-24 03:26:51','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(170,1,'2017-07-24 11:28:05','2017-07-24 03:28:05','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:28:05','2017-07-24 03:28:05','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(171,1,'2017-07-24 11:29:45','2017-07-24 03:29:45','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" style=\"margin-bottom:40px\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:29:45','2017-07-24 03:29:45','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(172,1,'2017-07-24 11:30:35','2017-07-24 03:30:35','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||40px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:30:35','2017-07-24 03:30:35','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(173,1,'2017-07-24 11:31:01','2017-07-24 03:31:01','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:31:01','2017-07-24 03:31:01','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(174,1,'2017-07-24 11:34:06','2017-07-24 03:34:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:34:06','2017-07-24 03:34:06','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(175,1,'2017-07-24 11:34:27','2017-07-24 03:34:27','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:34:27','2017-07-24 03:34:27','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(176,1,'2017-07-24 11:35:03','2017-07-24 03:35:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:35:03','2017-07-24 03:35:03','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(177,1,'2017-07-24 11:35:30','2017-07-24 03:35:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:35:30','2017-07-24 03:35:30','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(182,1,'2017-07-24 11:37:02','2017-07-24 03:37:02','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-24 11:37:02','2017-07-24 03:37:02','',37,'http://localhost/netpac/2017/07/24/37-revision-v1/',0,'revision','',0),(183,1,'2017-07-25 08:05:18','2017-07-25 00:05:18','','','','inherit','open','closed','','fa-netpacific-logo-07-2','','','2017-07-25 08:05:30','2017-07-25 00:05:30','',37,'http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png',0,'attachment','image/png',0),(184,1,'2017-07-25 08:06:00','2017-07-25 00:06:00','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:06:00','2017-07-25 00:06:00','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(185,1,'2017-07-25 08:06:21','2017-07-25 00:06:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:06:21','2017-07-25 00:06:21','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(186,1,'2017-07-25 08:06:59','2017-07-25 00:06:59','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:06:59','2017-07-25 00:06:59','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(187,1,'2017-07-25 08:08:48','2017-07-25 00:08:48','','Home','','publish','closed','closed','','home','','','2017-08-21 08:32:35','2017-08-21 00:32:35','',0,'http://localhost/netpac/?p=187',1,'nav_menu_item','',0),(188,1,'2017-07-25 08:08:48','2017-07-25 00:08:48','','Our Services','','publish','closed','closed','','our-services','','','2017-08-21 08:32:35','2017-08-21 00:32:35','',0,'http://localhost/netpac/?p=188',2,'nav_menu_item','',0),(189,1,'2017-07-25 08:09:09','2017-07-25 00:09:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:09:09','2017-07-25 00:09:09','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(190,1,'2017-07-25 08:10:22','2017-07-25 00:10:22','','Our Clients','','publish','closed','closed','','our-clients','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=190',5,'nav_menu_item','',0),(191,1,'2017-07-25 08:10:40','2017-07-25 00:10:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:10:40','2017-07-25 00:10:40','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(192,1,'2017-07-25 08:13:19','2017-07-25 00:13:19','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:13:19','2017-07-25 00:13:19','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(193,1,'2017-07-25 08:14:03','2017-07-25 00:14:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#7f7f7f\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:14:03','2017-07-25 00:14:03','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(194,1,'2017-07-25 08:15:03','2017-07-25 00:15:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\">\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" class=\"alignnone size-full wp-image-183\">\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:15:03','2017-07-25 00:15:03','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(195,1,'2017-07-25 08:16:53','2017-07-25 00:16:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:16:53','2017-07-25 00:16:53','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(196,1,'2017-07-25 08:21:03','2017-07-25 00:21:03','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\" custom_css_main_element=\"color:#666666;||font-size:14px;\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:21:03','2017-07-25 00:21:03','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(197,1,'2017-07-25 08:21:50','2017-07-25 00:21:50','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\" custom_css_main_element=\"color:#666666;\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:21:50','2017-07-25 00:21:50','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(198,1,'2017-07-25 08:36:34','2017-07-25 00:36:34','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\" custom_css_main_element=\"color:#666666;||font-size:14px;\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:36:34','2017-07-25 00:36:34','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(199,1,'2017-07-25 08:37:51','2017-07-25 00:37:51','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:37:51','2017-07-25 00:37:51','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(200,1,'2017-07-25 08:42:27','2017-07-25 00:42:27','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"on|desktop\" padding_2_last_edited=\"on|phone\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:42:27','2017-07-25 00:42:27','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(201,1,'2017-07-25 08:43:21','2017-07-25 00:43:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"on|desktop\" padding_2_last_edited=\"on|phone\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:43:21','2017-07-25 00:43:21','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(202,1,'2017-07-25 08:44:25','2017-07-25 00:44:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:44:25','2017-07-25 00:44:25','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(203,1,'2017-07-25 08:45:52','2017-07-25 00:45:52','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:45:52','2017-07-25 00:45:52','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(204,1,'2017-07-25 08:49:15','2017-07-25 00:49:15','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"left\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:49:15','2017-07-25 00:49:15','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(205,1,'2017-07-25 08:49:39','2017-07-25 00:49:39','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:49:39','2017-07-25 00:49:39','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(206,1,'2017-07-25 08:52:53','2017-07-25 00:52:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:52:53','2017-07-25 00:52:53','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(207,1,'2017-07-25 08:59:21','2017-07-25 00:59:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 08:59:21','2017-07-25 00:59:21','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(208,1,'2017-07-25 09:00:25','2017-07-25 01:00:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\" use_custom_width=\"on\" custom_width_px=\"800px\" use_custom_gutter=\"on\" gutter_width=\"1\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:00:25','2017-07-25 01:00:25','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(209,1,'2017-07-25 09:02:57','2017-07-25 01:02:57','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:02:57','2017-07-25 01:02:57','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(210,1,'2017-07-25 09:04:57','2017-07-25 01:04:57','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" custom_css_active_tab=\"color:#FFF !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:04:57','2017-07-25 01:04:57','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(211,1,'2017-07-25 09:11:58','2017-07-25 01:11:58','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:11:58','2017-07-25 01:11:58','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(212,1,'2017-07-25 09:12:46','2017-07-25 01:12:46','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','0af52e26-888c-40d0-b0c0-74de6e339fec','','','2017-07-25 09:12:46','2017-07-25 01:12:46','',0,'http://localhost/netpac/2017/07/25/0af52e26-888c-40d0-b0c0-74de6e339fec/',0,'customize_changeset','',0),(213,1,'2017-07-25 09:12:46','2017-07-25 01:12:46','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:12:46','2017-07-25 01:12:46','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(214,1,'2017-07-25 09:13:08','2017-07-25 01:13:08','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','a00220b7-66e4-4fa8-8ed0-15a3edd8d18d','','','2017-07-25 09:13:08','2017-07-25 01:13:08','',0,'http://localhost/netpac/2017/07/25/a00220b7-66e4-4fa8-8ed0-15a3edd8d18d/',0,'customize_changeset','',0),(215,1,'2017-07-25 09:13:08','2017-07-25 01:13:08','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:13:08','2017-07-25 01:13:08','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (216,1,'2017-07-25 09:15:29','2017-07-25 01:15:29','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" make_fullwidth=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:15:29','2017-07-25 01:15:29','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(217,1,'2017-07-25 09:17:26','2017-07-25 01:17:26','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:17:26','2017-07-25 01:17:26','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(218,1,'2017-07-25 09:20:11','2017-07-25 01:20:11','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tab {\\n    border-top: 2px solid #1F4897;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','8300e157-38b5-4a1c-a276-53abcdcd984f','','','2017-07-25 09:20:11','2017-07-25 01:20:11','',0,'http://localhost/netpac/?p=218',0,'customize_changeset','',0),(219,1,'2017-07-25 09:20:12','2017-07-25 01:20:12','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tab {\n    border-top: 2px solid #1F4897;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:20:12','2017-07-25 01:20:12','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(220,1,'2017-07-25 09:21:13','2017-07-25 01:21:13','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0 !important;\" custom_css_tabs_controls=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:21:13','2017-07-25 01:21:13','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(221,1,'2017-07-25 09:25:39','2017-07-25 01:25:39','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','f8e903ca-4bbd-47f2-ad7d-0df2ba7aaaf6','','','2017-07-25 09:25:39','2017-07-25 01:25:39','',0,'http://localhost/netpac/?p=221',0,'customize_changeset','',0),(222,1,'2017-07-25 09:25:40','2017-07-25 01:25:40','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:25:40','2017-07-25 01:25:40','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(223,1,'2017-07-25 09:26:30','2017-07-25 01:26:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" /] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:26:30','2017-07-25 01:26:30','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(224,1,'2017-07-25 09:27:25','2017-07-25 01:27:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:27:25','2017-07-25 01:27:25','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(225,1,'2017-07-25 09:31:37','2017-07-25 01:31:37','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#b7b7b7\" border_width=\"10px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:31:37','2017-07-25 01:31:37','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(226,1,'2017-07-25 09:34:25','2017-07-25 01:34:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" use_border_color=\"on\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:34:25','2017-07-25 01:34:25','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(227,1,'2017-07-25 09:34:34','2017-07-25 01:34:34','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','016ef13d-2dd4-4d41-919a-e63d90c472c9','','','2017-07-25 09:34:34','2017-07-25 01:34:34','',0,'http://localhost/netpac/2017/07/25/016ef13d-2dd4-4d41-919a-e63d90c472c9/',0,'customize_changeset','',0),(228,1,'2017-07-25 09:34:34','2017-07-25 01:34:34','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:34:34','2017-07-25 01:34:34','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(229,1,'2017-07-25 09:34:54','2017-07-25 01:34:54','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','8b3d9459-f8d8-4cf5-8368-477d82bfdbb8','','','2017-07-25 09:34:54','2017-07-25 01:34:54','',0,'http://localhost/netpac/2017/07/25/8b3d9459-f8d8-4cf5-8368-477d82bfdbb8/',0,'customize_changeset','',0),(230,1,'2017-07-25 09:34:55','2017-07-25 01:34:55','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:34:55','2017-07-25 01:34:55','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(231,1,'2017-07-25 09:35:16','2017-07-25 01:35:16','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:35:16','2017-07-25 01:35:16','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(232,1,'2017-07-25 09:36:55','2017-07-25 01:36:55','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n.c-tab .et_pb_tabs_0 {\\n\\tborder:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','75c7973b-13bc-4e0d-b7df-5c8ce4cc9a40','','','2017-07-25 09:36:55','2017-07-25 01:36:55','',0,'http://localhost/netpac/2017/07/25/75c7973b-13bc-4e0d-b7df-5c8ce4cc9a40/',0,'customize_changeset','',0),(233,1,'2017-07-25 09:36:55','2017-07-25 01:36:55','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n.c-tab .et_pb_tabs_0 {\n	border:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:36:55','2017-07-25 01:36:55','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(235,1,'2017-07-25 09:37:07','2017-07-25 01:37:07','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n.c-tab .et_pb_tabs_0 {\n	border:0 !important;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:37:07','2017-07-25 01:37:07','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(236,1,'2017-07-25 09:38:05','2017-07-25 01:38:05','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"18\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:38:05','2017-07-25 01:38:05','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(237,1,'2017-07-25 09:38:10','2017-07-25 01:38:10','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','ee206957-4a81-410e-b983-b4eeae407faa','','','2017-07-25 09:38:10','2017-07-25 01:38:10','',0,'http://localhost/netpac/2017/07/25/ee206957-4a81-410e-b983-b4eeae407faa/',0,'customize_changeset','',0),(238,1,'2017-07-25 09:38:10','2017-07-25 01:38:10','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:38:10','2017-07-25 01:38:10','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(239,1,'2017-07-25 09:40:18','2017-07-25 01:40:18','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 53px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','9bcca8e5-dc04-4fa3-8e58-457f565ab908','','','2017-07-25 09:40:18','2017-07-25 01:40:18','',0,'http://localhost/netpac/?p=239',0,'customize_changeset','',0),(240,1,'2017-07-25 09:40:18','2017-07-25 01:40:18','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 53px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:40:18','2017-07-25 01:40:18','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(241,1,'2017-07-25 09:40:31','2017-07-25 01:40:31','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"20\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:40:31','2017-07-25 01:40:31','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(242,1,'2017-07-25 09:40:53','2017-07-25 01:40:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-25 09:40:53','2017-07-25 01:40:53','',37,'http://localhost/netpac/2017/07/25/37-revision-v1/',0,'revision','',0),(243,1,'2017-07-25 09:41:01','2017-07-25 01:41:01','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 52px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','f0348fc8-546c-4e4f-a5d8-e9cba3a95b68','','','2017-07-25 09:41:01','2017-07-25 01:41:01','',0,'http://localhost/netpac/2017/07/25/f0348fc8-546c-4e4f-a5d8-e9cba3a95b68/',0,'customize_changeset','',0),(244,1,'2017-07-25 09:41:02','2017-07-25 01:41:02','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 52px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:02','2017-07-25 01:41:02','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(245,1,'2017-07-25 09:41:12','2017-07-25 01:41:12','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 51px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','4b7b68e7-68c1-468a-a7c7-320ffec54963','','','2017-07-25 09:41:12','2017-07-25 01:41:12','',0,'http://localhost/netpac/2017/07/25/4b7b68e7-68c1-468a-a7c7-320ffec54963/',0,'customize_changeset','',0),(246,1,'2017-07-25 09:41:12','2017-07-25 01:41:12','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 51px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:12','2017-07-25 01:41:12','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(247,1,'2017-07-25 09:41:19','2017-07-25 01:41:19','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 50px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','5a588a9c-4faa-4aa2-bdff-64a5b57378ea','','','2017-07-25 09:41:19','2017-07-25 01:41:19','',0,'http://localhost/netpac/2017/07/25/5a588a9c-4faa-4aa2-bdff-64a5b57378ea/',0,'customize_changeset','',0),(248,1,'2017-07-25 09:41:20','2017-07-25 01:41:20','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 50px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:20','2017-07-25 01:41:20','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(249,1,'2017-07-25 09:41:28','2017-07-25 01:41:28','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 49px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','5b9c3560-b3ed-475d-baa3-6dee3ace0848','','','2017-07-25 09:41:28','2017-07-25 01:41:28','',0,'http://localhost/netpac/2017/07/25/5b9c3560-b3ed-475d-baa3-6dee3ace0848/',0,'customize_changeset','',0),(250,1,'2017-07-25 09:41:28','2017-07-25 01:41:28','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 49px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:28','2017-07-25 01:41:28','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(251,1,'2017-07-25 09:41:36','2017-07-25 01:41:36','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','7da9f940-0a92-45e4-984e-714836571212','','','2017-07-25 09:41:36','2017-07-25 01:41:36','',0,'http://localhost/netpac/2017/07/25/7da9f940-0a92-45e4-984e-714836571212/',0,'customize_changeset','',0),(252,1,'2017-07-25 09:41:36','2017-07-25 01:41:36','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:36','2017-07-25 01:41:36','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(253,1,'2017-07-25 09:41:49','2017-07-25 01:41:49','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n.its .et_pb_main_blurb_image img {\\n    height: 100px;\\n}\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','75911757-b52e-40c5-aa2c-80d216730edd','','','2017-07-25 09:41:49','2017-07-25 01:41:49','',0,'http://localhost/netpac/2017/07/25/75911757-b52e-40c5-aa2c-80d216730edd/',0,'customize_changeset','',0),(254,1,'2017-07-25 09:41:49','2017-07-25 01:41:49','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.its .et_pb_main_blurb_image img {\n    height: 100px;\n}\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-07-25 09:41:49','2017-07-25 01:41:49','',43,'http://localhost/netpac/2017/07/25/43-revision-v1/',0,'revision','',0),(255,1,'2017-07-26 09:21:22','2017-07-26 01:21:22','','','','inherit','open','closed','','company-12','','','2017-07-26 09:21:32','2017-07-26 01:21:32','',37,'http://localhost/netpac/wp-content/uploads/2017/07/company-12.png',0,'attachment','image/png',0),(256,1,'2017-07-26 09:31:05','2017-07-26 01:31:05','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:31:05','2017-07-26 01:31:05','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(257,1,'2017-07-26 09:33:45','2017-07-26 01:33:45','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:33:45','2017-07-26 01:33:45','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(258,1,'2017-07-26 09:40:12','2017-07-26 01:40:12','','','','inherit','open','closed','','company-13','','','2017-07-26 09:40:15','2017-07-26 01:40:15','',37,'http://localhost/netpac/wp-content/uploads/2017/07/company-13.png',0,'attachment','image/png',0),(259,1,'2017-07-26 09:40:56','2017-07-26 01:40:56','','','','inherit','open','closed','','company-14','','','2017-07-26 09:40:59','2017-07-26 01:40:59','',37,'http://localhost/netpac/wp-content/uploads/2017/07/company-14.png',0,'attachment','image/png',0),(260,1,'2017-07-26 09:41:22','2017-07-26 01:41:22','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:41:22','2017-07-26 01:41:22','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(261,1,'2017-07-26 09:42:15','2017-07-26 01:42:15','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:42:15','2017-07-26 01:42:15','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(262,1,'2017-07-26 09:47:55','2017-07-26 01:47:55','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:47:55','2017-07-26 01:47:55','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(263,1,'2017-07-26 09:50:25','2017-07-26 01:50:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:50:25','2017-07-26 01:50:25','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(264,1,'2017-07-26 09:52:40','2017-07-26 01:52:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:52:40','2017-07-26 01:52:40','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(265,1,'2017-07-26 09:53:57','2017-07-26 01:53:57','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_use_icon=\"off\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 09:53:57','2017-07-26 01:53:57','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(266,1,'2017-07-26 10:01:44','2017-07-26 02:01:44','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" button_text_size=\"16\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 10:01:44','2017-07-26 02:01:44','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(267,1,'2017-07-26 10:03:01','2017-07-26 02:03:01','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-07-26 10:03:01','2017-07-26 02:03:01','',37,'http://localhost/netpac/2017/07/26/37-revision-v1/',0,'revision','',0),(269,1,'2017-08-01 09:25:07','2017-08-01 01:25:07','','','','inherit','open','closed','','slideshow','','','2017-08-01 09:25:14','2017-08-01 01:25:14','',37,'http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4',0,'attachment','video/mp4',0),(270,1,'2017-08-01 09:25:26','2017-08-01 01:25:26','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-06.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 09:25:26','2017-08-01 01:25:26','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(272,1,'2017-08-01 09:40:52','2017-08-01 01:40:52','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 09:40:52','2017-08-01 01:40:52','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(274,1,'2017-08-01 09:47:51','2017-08-01 01:47:51','','','','inherit','open','closed','','structured-cabling-systems-2','','','2017-08-01 09:48:05','2017-08-01 01:48:05','',37,'http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png',0,'attachment','image/png',0),(275,1,'2017-08-01 09:48:09','2017-08-01 01:48:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 09:48:09','2017-08-01 01:48:09','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(276,1,'2017-08-01 09:48:36','2017-08-01 01:48:36','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','1c2a6a2b-dce1-44be-a755-04ae7c4fd63b','','','2017-08-01 09:48:36','2017-08-01 01:48:36','',0,'http://localhost/netpac/2017/08/01/1c2a6a2b-dce1-44be-a755-04ae7c4fd63b/',0,'customize_changeset','',0),(277,1,'2017-08-01 09:48:36','2017-08-01 01:48:36','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:48:36','2017-08-01 01:48:36','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(278,1,'2017-08-01 09:50:31','2017-08-01 01:50:31','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;||margin-bottom:5x;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 09:50:31','2017-08-01 01:50:31','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(279,1,'2017-08-01 09:53:50','2017-08-01 01:53:50','','','','inherit','open','closed','','structured-cabling-systems-hover','','','2017-08-01 09:53:56','2017-08-01 01:53:56','',37,'http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg',0,'attachment','image/jpeg',0),(280,1,'2017-08-01 09:55:33','2017-08-01 01:55:33','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 img:hover {\\nbackgroun-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','2b222909-2240-42e7-ab12-96c583fbc5f0','','','2017-08-01 09:55:33','2017-08-01 01:55:33','',0,'http://localhost/netpac/?p=280',0,'customize_changeset','',0),(281,1,'2017-08-01 09:55:33','2017-08-01 01:55:33','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 img:hover {\nbackgroun-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:55:33','2017-08-01 01:55:33','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(282,1,'2017-08-01 09:57:54','2017-08-01 01:57:54','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 img{\\nbackgroun-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','a893fa60-95c5-489d-94a9-de84594fd24a','','','2017-08-01 09:57:54','2017-08-01 01:57:54','',0,'http://localhost/netpac/2017/08/01/a893fa60-95c5-489d-94a9-de84594fd24a/',0,'customize_changeset','',0),(283,1,'2017-08-01 09:57:55','2017-08-01 01:57:55','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 img{\nbackgroun-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:57:55','2017-08-01 01:57:55','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(284,1,'2017-08-01 09:58:12','2017-08-01 01:58:12','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 img{\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','6105e58e-7497-4cf2-b2e2-3534b3af42e1','','','2017-08-01 09:58:12','2017-08-01 01:58:12','',0,'http://localhost/netpac/2017/08/01/6105e58e-7497-4cf2-b2e2-3534b3af42e1/',0,'customize_changeset','',0),(285,1,'2017-08-01 09:58:12','2017-08-01 01:58:12','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 img{\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:58:12','2017-08-01 01:58:12','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(286,1,'2017-08-01 09:58:23','2017-08-01 01:58:23','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 img:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','8f6c4870-4132-46f6-b225-93e4772228b4','','','2017-08-01 09:58:23','2017-08-01 01:58:23','',0,'http://localhost/netpac/2017/08/01/8f6c4870-4132-46f6-b225-93e4772228b4/',0,'customize_changeset','',0),(287,1,'2017-08-01 09:58:23','2017-08-01 01:58:23','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 img:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:58:23','2017-08-01 01:58:23','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(288,1,'2017-08-01 09:59:08','2017-08-01 01:59:08','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 img:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','4cca496c-1350-43a9-839c-a106250d5c44','','','2017-08-01 09:59:08','2017-08-01 01:59:08','',0,'http://localhost/netpac/2017/08/01/4cca496c-1350-43a9-839c-a106250d5c44/',0,'customize_changeset','',0),(289,1,'2017-08-01 09:59:08','2017-08-01 01:59:08','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 img:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 09:59:08','2017-08-01 01:59:08','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(290,1,'2017-08-01 10:01:29','2017-08-01 02:01:29','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','a6ee3057-7858-47cf-ad3d-edcfa36182f5','','','2017-08-01 10:01:29','2017-08-01 02:01:29','',0,'http://localhost/netpac/2017/08/01/a6ee3057-7858-47cf-ad3d-edcfa36182f5/',0,'customize_changeset','',0),(291,1,'2017-08-01 10:01:29','2017-08-01 02:01:29','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:01:29','2017-08-01 02:01:29','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(292,1,'2017-08-01 10:02:28','2017-08-01 02:02:28','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 et_pb_main_blurb_image:hover img {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','ccf6a46f-b26b-434b-9734-a39e51add11d','','','2017-08-01 10:02:28','2017-08-01 02:02:28','',0,'http://localhost/netpac/2017/08/01/ccf6a46f-b26b-434b-9734-a39e51add11d/',0,'customize_changeset','',0),(293,1,'2017-08-01 10:02:29','2017-08-01 02:02:29','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 et_pb_main_blurb_image:hover img {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:02:29','2017-08-01 02:02:29','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(294,1,'2017-08-01 10:02:52','2017-08-01 02:02:52','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','e3672210-004a-4dc0-881c-dd3a7914baf8','','','2017-08-01 10:02:52','2017-08-01 02:02:52','',0,'http://localhost/netpac/2017/08/01/e3672210-004a-4dc0-881c-dd3a7914baf8/',0,'customize_changeset','',0),(295,1,'2017-08-01 10:02:52','2017-08-01 02:02:52','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:02:52','2017-08-01 02:02:52','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(296,1,'2017-08-01 10:03:17','2017-08-01 02:03:17','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','1dfb4ea5-ad22-45c4-9c3f-8776cc178732','','','2017-08-01 10:03:17','2017-08-01 02:03:17','',0,'http://localhost/netpac/2017/08/01/1dfb4ea5-ad22-45c4-9c3f-8776cc178732/',0,'customize_changeset','',0),(297,1,'2017-08-01 10:03:17','2017-08-01 02:03:17','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:03:17','2017-08-01 02:03:17','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(298,1,'2017-08-01 10:03:40','2017-08-01 02:03:40','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','bce97633-33de-446d-91a5-df91d081e18b','','','2017-08-01 10:03:40','2017-08-01 02:03:40','',0,'http://localhost/netpac/2017/08/01/bce97633-33de-446d-91a5-df91d081e18b/',0,'customize_changeset','',0),(299,1,'2017-08-01 10:03:40','2017-08-01 02:03:40','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:03:40','2017-08-01 02:03:40','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(300,1,'2017-08-01 10:03:57','2017-08-01 02:03:57','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: .5s ease;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','87838245-ac1b-4cd9-b281-1eb58a721ee7','','','2017-08-01 10:03:57','2017-08-01 02:03:57','',0,'http://localhost/netpac/2017/08/01/87838245-ac1b-4cd9-b281-1eb58a721ee7/',0,'customize_changeset','',0),(301,1,'2017-08-01 10:03:57','2017-08-01 02:03:57','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: .5s ease;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:03:57','2017-08-01 02:03:57','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(302,1,'2017-08-01 10:05:09','2017-08-01 02:05:09','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease-in;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','0beb9ecf-4ada-4b27-a62a-b8c9f9c4ac95','','','2017-08-01 10:05:09','2017-08-01 02:05:09','',0,'http://localhost/netpac/2017/08/01/0beb9ecf-4ada-4b27-a62a-b8c9f9c4ac95/',0,'customize_changeset','',0),(303,1,'2017-08-01 10:05:09','2017-08-01 02:05:09','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease-in;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:05:09','2017-08-01 02:05:09','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(304,1,'2017-08-01 10:05:38','2017-08-01 02:05:38','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease-in;\\nradius:30px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','199d0d63-0640-4fb8-b01d-5618def2642f','','','2017-08-01 10:05:38','2017-08-01 02:05:38','',0,'http://localhost/netpac/2017/08/01/199d0d63-0640-4fb8-b01d-5618def2642f/',0,'customize_changeset','',0),(305,1,'2017-08-01 10:05:39','2017-08-01 02:05:39','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease-in;\nradius:30px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:05:39','2017-08-01 02:05:39','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(306,1,'2017-08-01 10:06:54','2017-08-01 02:06:54','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease-in;\\nborder-radius:100px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','7915544f-b144-4391-844f-53dfa064893e','','','2017-08-01 10:06:54','2017-08-01 02:06:54','',0,'http://localhost/netpac/2017/08/01/7915544f-b144-4391-844f-53dfa064893e/',0,'customize_changeset','',0),(307,1,'2017-08-01 10:06:54','2017-08-01 02:06:54','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease-in;\nborder-radius:100px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:06:54','2017-08-01 02:06:54','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(308,1,'2017-08-01 10:07:24','2017-08-01 02:07:24','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\ntransition: .5s ease-in;\\nborder-radius:100px;\\nopacity:1;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','7c235695-f5b9-41f1-9718-644254ddc1e9','','','2017-08-01 10:07:24','2017-08-01 02:07:24','',0,'http://localhost/netpac/2017/08/01/7c235695-f5b9-41f1-9718-644254ddc1e9/',0,'customize_changeset','',0),(309,1,'2017-08-01 10:07:24','2017-08-01 02:07:24','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\ntransition: .5s ease-in;\nborder-radius:100px;\nopacity:1;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:07:24','2017-08-01 02:07:24','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(310,1,'2017-08-01 10:08:05','2017-08-01 02:08:05','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\n\\nborder-radius:100px;\\nopacity:1;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','cfe7da69-a898-4507-a282-68a25f240eaa','','','2017-08-01 10:08:05','2017-08-01 02:08:05','',0,'http://localhost/netpac/2017/08/01/cfe7da69-a898-4507-a282-68a25f240eaa/',0,'customize_changeset','',0),(311,1,'2017-08-01 10:08:05','2017-08-01 02:08:05','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\n\nborder-radius:100px;\nopacity:1;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:08:05','2017-08-01 02:08:05','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(312,1,'2017-08-01 10:08:40','2017-08-01 02:08:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;||margin-bottom:5x;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 10:08:40','2017-08-01 02:08:40','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(313,1,'2017-08-01 10:10:16','2017-08-01 02:10:16','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;||margin-bottom:15px;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-07.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-08.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 10:10:16','2017-08-01 02:10:16','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(314,1,'2017-08-01 10:10:30','2017-08-01 02:10:30','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','068ae5fc-ce87-486b-b136-1aa547bf46b3','','','2017-08-01 10:10:30','2017-08-01 02:10:30','',0,'http://localhost/netpac/2017/08/01/068ae5fc-ce87-486b-b136-1aa547bf46b3/',0,'customize_changeset','',0),(315,1,'2017-08-01 10:10:30','2017-08-01 02:10:30','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:10:30','2017-08-01 02:10:30','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(316,1,'2017-08-01 10:11:25','2017-08-01 02:11:25','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: opacity 1s ease-in-out;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','4183e0b5-f9a5-4789-be98-abf8ec41582b','','','2017-08-01 10:11:25','2017-08-01 02:11:25','',0,'http://localhost/netpac/2017/08/01/4183e0b5-f9a5-4789-be98-abf8ec41582b/',0,'customize_changeset','',0),(317,1,'2017-08-01 10:11:25','2017-08-01 02:11:25','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: opacity 1s ease-in-out;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:11:25','2017-08-01 02:11:25','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(318,1,'2017-08-01 10:12:00','2017-08-01 02:12:00','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: opacity 1s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','2a1992e1-451d-4242-a97f-65a3f6b96929','','','2017-08-01 10:12:00','2017-08-01 02:12:00','',0,'http://localhost/netpac/2017/08/01/2a1992e1-451d-4242-a97f-65a3f6b96929/',0,'customize_changeset','',0),(319,1,'2017-08-01 10:12:00','2017-08-01 02:12:00','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: opacity 1s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:12:00','2017-08-01 02:12:00','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(320,1,'2017-08-01 10:13:27','2017-08-01 02:13:27','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\n\\ntransition: opacity 1s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','fc1b06d2-4250-4503-8a4f-9c8d8b01deb0','','','2017-08-01 10:13:27','2017-08-01 02:13:27','',0,'http://localhost/netpac/2017/08/01/fc1b06d2-4250-4503-8a4f-9c8d8b01deb0/',0,'customize_changeset','',0),(321,1,'2017-08-01 10:13:27','2017-08-01 02:13:27','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\n\ntransition: opacity 1s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:13:27','2017-08-01 02:13:27','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(322,1,'2017-08-01 10:13:49','2017-08-01 02:13:49','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: opacity 1s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','ea567669-4a45-4328-855b-ff47b623a418','','','2017-08-01 10:13:49','2017-08-01 02:13:49','',0,'http://localhost/netpac/2017/08/01/ea567669-4a45-4328-855b-ff47b623a418/',0,'customize_changeset','',0),(323,1,'2017-08-01 10:13:49','2017-08-01 02:13:49','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: opacity 1s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:13:49','2017-08-01 02:13:49','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(324,1,'2017-08-01 10:15:53','2017-08-01 02:15:53','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background-image 1s ease-in-out;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: opacity 1s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','595a11c6-5816-49a2-a758-eeaaec04a01e','','','2017-08-01 10:15:53','2017-08-01 02:15:53','',0,'http://localhost/netpac/2017/08/01/595a11c6-5816-49a2-a758-eeaaec04a01e/',0,'customize_changeset','',0),(325,1,'2017-08-01 10:15:53','2017-08-01 02:15:53','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background-image 1s ease-in-out;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: opacity 1s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:15:53','2017-08-01 02:15:53','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(326,1,'2017-08-01 10:16:07','2017-08-01 02:16:07','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background-image 1s ease-in-out;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','92b0ae58-a96b-442d-b36d-efc297cc9f6e','','','2017-08-01 10:16:07','2017-08-01 02:16:07','',0,'http://localhost/netpac/2017/08/01/92b0ae58-a96b-442d-b36d-efc297cc9f6e/',0,'customize_changeset','',0),(327,1,'2017-08-01 10:16:07','2017-08-01 02:16:07','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background-image 1s ease-in-out;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:16:07','2017-08-01 02:16:07','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(328,1,'2017-08-01 10:18:26','2017-08-01 02:18:26','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background-image 1s ease;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','0864740a-ee6f-423d-b333-9181caae609b','','','2017-08-01 10:18:26','2017-08-01 02:18:26','',0,'http://localhost/netpac/2017/08/01/0864740a-ee6f-423d-b333-9181caae609b/',0,'customize_changeset','',0),(329,1,'2017-08-01 10:18:27','2017-08-01 02:18:27','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background-image 1s ease;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:18:27','2017-08-01 02:18:27','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(330,1,'2017-08-01 10:18:56','2017-08-01 02:18:56','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nopacity:0;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background-image 1s ease;\\nopacity: 1;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','6eb5e9bf-a3c4-4c52-bf94-cee6e609d86d','','','2017-08-01 10:18:56','2017-08-01 02:18:56','',0,'http://localhost/netpac/2017/08/01/6eb5e9bf-a3c4-4c52-bf94-cee6e609d86d/',0,'customize_changeset','',0),(331,1,'2017-08-01 10:18:57','2017-08-01 02:18:57','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nopacity:0;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background-image 1s ease;\nopacity: 1;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:18:57','2017-08-01 02:18:57','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(332,1,'2017-08-01 10:19:20','2017-08-01 02:19:20','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','840d7380-ac77-4a8a-93e2-baed4ff9af02','','','2017-08-01 10:19:20','2017-08-01 02:19:20','',0,'http://localhost/netpac/2017/08/01/840d7380-ac77-4a8a-93e2-baed4ff9af02/',0,'customize_changeset','',0),(333,1,'2017-08-01 10:19:20','2017-08-01 02:19:20','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:19:20','2017-08-01 02:19:20','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(334,1,'2017-08-01 10:20:59','2017-08-01 02:20:59','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background 300ms ease-in 200ms;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','78aba4c7-35cd-49a1-9efb-a82ddac9e14e','','','2017-08-01 10:20:59','2017-08-01 02:20:59','',0,'http://localhost/netpac/2017/08/01/78aba4c7-35cd-49a1-9efb-a82ddac9e14e/',0,'customize_changeset','',0),(335,1,'2017-08-01 10:20:59','2017-08-01 02:20:59','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background 300ms ease-in 200ms;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:20:59','2017-08-01 02:20:59','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(336,1,'2017-08-01 10:21:17','2017-08-01 02:21:17','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','d6b997c4-3541-495e-b081-ec5199a6f255','','','2017-08-01 10:21:17','2017-08-01 02:21:17','',0,'http://localhost/netpac/2017/08/01/d6b997c4-3541-495e-b081-ec5199a6f255/',0,'customize_changeset','',0),(337,1,'2017-08-01 10:21:17','2017-08-01 02:21:17','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:21:17','2017-08-01 02:21:17','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(338,1,'2017-08-01 10:23:18','2017-08-01 02:23:18','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ntransition: background-image 1s ease-in-out;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','b60bb899-4d04-417d-9e13-4905da5d0a23','','','2017-08-01 10:23:18','2017-08-01 02:23:18','',0,'http://localhost/netpac/2017/08/01/b60bb899-4d04-417d-9e13-4905da5d0a23/',0,'customize_changeset','',0),(339,1,'2017-08-01 10:23:19','2017-08-01 02:23:19','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ntransition: background-image 1s ease-in-out;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:23:19','2017-08-01 02:23:19','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(340,1,'2017-08-01 10:23:34','2017-08-01 02:23:34','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: background-image 1s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','95cfad3a-d546-42bb-a456-d2eea7dbda0a','','','2017-08-01 10:23:34','2017-08-01 02:23:34','',0,'http://localhost/netpac/2017/08/01/95cfad3a-d546-42bb-a456-d2eea7dbda0a/',0,'customize_changeset','',0),(341,1,'2017-08-01 10:23:35','2017-08-01 02:23:35','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: background-image 1s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:23:35','2017-08-01 02:23:35','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(342,1,'2017-08-01 10:23:50','2017-08-01 02:23:50','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: background-image 3s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','c55a0585-74b7-4fed-bb80-1ab8ad33532b','','','2017-08-01 10:23:50','2017-08-01 02:23:50','',0,'http://localhost/netpac/2017/08/01/c55a0585-74b7-4fed-bb80-1ab8ad33532b/',0,'customize_changeset','',0),(343,1,'2017-08-01 10:23:50','2017-08-01 02:23:50','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: background-image 3s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:23:50','2017-08-01 02:23:50','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(344,1,'2017-08-01 10:49:23','2017-08-01 02:49:23','','ACCESS-CONTROL','','inherit','open','closed','','access-control','','','2017-08-01 10:49:23','2017-08-01 02:49:23','',37,'http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png',0,'attachment','image/png',0),(345,1,'2017-08-01 10:51:17','2017-08-01 02:51:17','','DATA-CENTER','','inherit','open','closed','','data-center','','','2017-08-01 10:51:17','2017-08-01 02:51:17','',37,'http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png',0,'attachment','image/png',0),(346,1,'2017-08-01 10:51:33','2017-08-01 02:51:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-09.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-10.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 10:51:33','2017-08-01 02:51:33','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(347,1,'2017-08-01 10:53:00','2017-08-01 02:53:00','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\\nopacity:0;\\ntransition: background-image 3s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','ea4a81f9-b037-412e-8299-2f9522bd4a66','','','2017-08-01 10:53:00','2017-08-01 02:53:00','',0,'http://localhost/netpac/2017/08/01/ea4a81f9-b037-412e-8299-2f9522bd4a66/',0,'customize_changeset','',0),(348,1,'2017-08-01 10:53:00','2017-08-01 02:53:00','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover img {\nopacity:0;\ntransition: background-image 3s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-01 10:53:00','2017-08-01 02:53:00','',43,'http://localhost/netpac/2017/08/01/43-revision-v1/',0,'revision','',0),(349,1,'2017-08-01 10:54:33','2017-08-01 02:54:33','','BUILDING-MANAGEMENT-SYSTEM','','inherit','open','closed','','building-management-system','','','2017-08-01 10:54:33','2017-08-01 02:54:33','',37,'http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png',0,'attachment','image/png',0),(351,1,'2017-08-01 10:57:05','2017-08-01 02:57:05','','VIDEO-SURVEILLANCE-SYSTEM','','inherit','open','closed','','video-surveillance-system','','','2017-08-01 10:57:05','2017-08-01 02:57:05','',37,'http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png',0,'attachment','image/png',0),(352,1,'2017-08-01 10:57:15','2017-08-01 02:57:15','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-11.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-12.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 10:57:15','2017-08-01 02:57:15','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(353,1,'2017-08-01 11:01:13','2017-08-01 03:01:13','','NETWORKING','','inherit','open','closed','','networking','','','2017-08-01 11:01:13','2017-08-01 03:01:13','',37,'http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png',0,'attachment','image/png',0),(354,1,'2017-08-01 11:01:14','2017-08-01 03:01:14','','FIRE-DETECTION-AND-ALARM-SYSTEM','','inherit','open','closed','','fire-detection-and-alarm-system','','','2017-08-01 11:01:14','2017-08-01 03:01:14','',37,'http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png',0,'attachment','image/png',0),(355,1,'2017-08-01 11:01:44','2017-08-01 03:01:44','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-01 11:01:44','2017-08-01 03:01:44','',37,'http://localhost/netpac/2017/08/01/37-revision-v1/',0,'revision','',0),(356,1,'2017-08-02 10:21:53','2017-08-02 02:21:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-13-01.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"display: inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-14.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-15.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NET-PAC-Website-16.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:21:53','2017-08-02 02:21:53','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(357,1,'2017-08-02 10:26:24','2017-08-02 02:26:24','','MECHANICAL','','inherit','open','closed','','mechanical','','','2017-08-02 10:26:24','2017-08-02 02:26:24','',37,'http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png',0,'attachment','image/png',0),(358,1,'2017-08-02 10:26:37','2017-08-02 02:26:37','','ELECTRICAL','','inherit','open','closed','','electrical','','','2017-08-02 10:26:37','2017-08-02 02:26:37','',37,'http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png',0,'attachment','image/png',0),(359,1,'2017-08-02 10:26:54','2017-08-02 02:26:54','','PLUMBING','','inherit','open','closed','','plumbing','','','2017-08-02 10:26:54','2017-08-02 02:26:54','',37,'http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png',0,'attachment','image/png',0),(360,1,'2017-08-02 10:27:19','2017-08-02 02:27:19','','FIRE-PROTECTION','','inherit','open','closed','','fire-protection','','','2017-08-02 10:27:19','2017-08-02 02:27:19','',37,'http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png',0,'attachment','image/png',0),(361,1,'2017-08-02 10:27:37','2017-08-02 02:27:37','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:27:37','2017-08-02 02:27:37','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(362,1,'2017-08-02 10:30:43','2017-08-02 02:30:43','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:30:43','2017-08-02 02:30:43','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(363,1,'2017-08-02 10:32:18','2017-08-02 02:32:18','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\\nopacity:0;\\ntransition: background-image 3s ease-in-out;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','ec8d19cf-3c4a-45a0-b06f-246443059b06','','','2017-08-02 10:32:18','2017-08-02 02:32:18','',0,'http://localhost/netpac/2017/08/02/ec8d19cf-3c4a-45a0-b06f-246443059b06/',0,'customize_changeset','',0),(364,1,'2017-08-02 10:32:18','2017-08-02 02:32:18','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\nopacity:0;\ntransition: background-image 3s ease-in-out;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:32:18','2017-08-02 02:32:18','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(365,1,'2017-08-02 10:32:47','2017-08-02 02:32:47','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-hover.jpg\\\");\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\\nopacity:0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','cad383a8-8d80-4fb5-9f0d-311541e2a792','','','2017-08-02 10:32:47','2017-08-02 02:32:47','',0,'http://localhost/netpac/2017/08/02/cad383a8-8d80-4fb5-9f0d-311541e2a792/',0,'customize_changeset','',0),(366,1,'2017-08-02 10:32:47','2017-08-02 02:32:47','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\");\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\nopacity:0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:32:47','2017-08-02 02:32:47','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(368,1,'2017-08-02 10:32:58','2017-08-02 02:32:58','[]','','','trash','closed','closed','','51d2432a-8003-4127-9df5-e42aee4985ef','','','2017-08-02 10:32:58','2017-08-02 02:32:58','',0,'http://localhost/netpac/2017/08/02/51d2432a-8003-4127-9df5-e42aee4985ef/',0,'customize_changeset','',0),(369,1,'2017-08-02 10:33:57','2017-08-02 02:33:57','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:33:57','2017-08-02 02:33:57','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(370,1,'2017-08-02 10:34:30','2017-08-02 02:34:30','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\");\\n\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','9bb567d1-36dc-47aa-8a30-4fa86d2bbdda','','','2017-08-02 10:34:30','2017-08-02 02:34:30','',0,'http://localhost/netpac/2017/08/02/9bb567d1-36dc-47aa-8a30-4fa86d2bbdda/',0,'customize_changeset','',0),(371,1,'2017-08-02 10:34:30','2017-08-02 02:34:30','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\");\n\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:34:30','2017-08-02 02:34:30','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(372,1,'2017-08-02 10:35:07','2017-08-02 02:35:07','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\");\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\n\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','5a26dff0-060a-4eb2-ac11-3c0cb737f4d4','','','2017-08-02 10:35:07','2017-08-02 02:35:07','',0,'http://localhost/netpac/2017/08/02/5a26dff0-060a-4eb2-ac11-3c0cb737f4d4/',0,'customize_changeset','',0),(373,1,'2017-08-02 10:35:07','2017-08-02 02:35:07','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\");\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\n\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:35:07','2017-08-02 02:35:07','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(374,1,'2017-08-02 10:35:28','2017-08-02 02:35:28','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground-image:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\");\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','a2b3c6ed-8275-49ba-8f3e-fd0bca81b237','','','2017-08-02 10:35:28','2017-08-02 02:35:28','',0,'http://localhost/netpac/2017/08/02/a2b3c6ed-8275-49ba-8f3e-fd0bca81b237/',0,'customize_changeset','',0),(375,1,'2017-08-02 10:35:29','2017-08-02 02:35:29','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground-image:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\");\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.et_pb_blurb_0 .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:35:29','2017-08-02 02:35:29','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(376,1,'2017-08-02 10:53:30','2017-08-02 02:53:30','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','20829c68-387b-481c-a8bb-485dd0b2f48c','','','2017-08-02 10:53:30','2017-08-02 02:53:30','',0,'http://localhost/netpac/?p=376',0,'customize_changeset','',0),(377,1,'2017-08-02 10:53:10','2017-08-02 02:53:10','','','','inherit','open','closed','','picture5-crop-u19037','','','2017-08-02 10:53:14','2017-08-02 02:53:14','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg',0,'attachment','image/jpeg',0),(378,1,'2017-08-02 10:53:21','2017-08-02 02:53:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:53:21','2017-08-02 02:53:21','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(379,1,'2017-08-02 10:53:30','2017-08-02 02:53:30','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:53:30','2017-08-02 02:53:30','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(380,1,'2017-08-02 10:54:26','2017-08-02 02:54:26','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','3843420a-78bf-4d5d-a165-898a61fdf2af','','','2017-08-02 10:54:26','2017-08-02 02:54:26','',0,'http://localhost/netpac/2017/08/02/3843420a-78bf-4d5d-a165-898a61fdf2af/',0,'customize_changeset','',0),(381,1,'2017-08-02 10:54:26','2017-08-02 02:54:26','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:54:26','2017-08-02 02:54:26','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(382,1,'2017-08-02 10:55:06','2017-08-02 02:55:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:55:06','2017-08-02 02:55:06','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(383,1,'2017-08-02 10:56:14','2017-08-02 02:56:14','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','78bc74df-69b6-4b9d-bf05-98c699daaedb','','','2017-08-02 10:56:14','2017-08-02 02:56:14','',0,'http://localhost/netpac/?p=383',0,'customize_changeset','',0),(384,1,'2017-08-02 10:56:14','2017-08-02 02:56:14','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 10:56:14','2017-08-02 02:56:14','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(385,1,'2017-08-02 10:56:42','2017-08-02 02:56:42','','','','inherit','open','closed','','picture6-crop-u19075','','','2017-08-02 10:57:23','2017-08-02 02:57:23','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg',0,'attachment','image/jpeg',0),(386,1,'2017-08-02 10:57:40','2017-08-02 02:57:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:57:40','2017-08-02 02:57:40','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(387,1,'2017-08-02 10:59:16','2017-08-02 02:59:16','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 10:59:16','2017-08-02 02:59:16','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(388,1,'2017-08-02 11:00:22','2017-08-02 03:00:22','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','5d047393-a823-4174-99e7-b7f265df46f0','','','2017-08-02 11:00:22','2017-08-02 03:00:22','',0,'http://localhost/netpac/?p=388',0,'customize_changeset','',0),(389,1,'2017-08-02 11:00:22','2017-08-02 03:00:22','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:00:22','2017-08-02 03:00:22','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(390,1,'2017-08-02 11:00:40','2017-08-02 03:00:40','','','','inherit','open','closed','','picture2-crop-u19120','','','2017-08-02 11:00:44','2017-08-02 03:00:44','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg',0,'attachment','image/jpeg',0),(391,1,'2017-08-02 11:01:28','2017-08-02 03:01:28','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','7a7b28ae-e017-467e-a49d-73e24598e7bb','','','2017-08-02 11:01:28','2017-08-02 03:01:28','',0,'http://localhost/netpac/2017/08/02/7a7b28ae-e017-467e-a49d-73e24598e7bb/',0,'customize_changeset','',0),(392,1,'2017-08-02 11:01:28','2017-08-02 03:01:28','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:01:28','2017-08-02 03:01:28','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(393,1,'2017-08-02 11:01:51','2017-08-02 03:01:51','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:01:51','2017-08-02 03:01:51','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(394,1,'2017-08-02 11:02:17','2017-08-02 03:02:17','','','','inherit','open','closed','','surveillance-crop-u19144','','','2017-08-02 11:02:20','2017-08-02 03:02:20','',37,'http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg',0,'attachment','image/jpeg',0),(395,1,'2017-08-02 11:02:41','2017-08-02 03:02:41','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','34828ff4-5eec-4daa-932c-6c74bfbeb963','','','2017-08-02 11:02:41','2017-08-02 03:02:41','',0,'http://localhost/netpac/2017/08/02/34828ff4-5eec-4daa-932c-6c74bfbeb963/',0,'customize_changeset','',0),(396,1,'2017-08-02 11:02:41','2017-08-02 03:02:41','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:02:41','2017-08-02 03:02:41','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(397,1,'2017-08-02 11:03:01','2017-08-02 03:03:01','','','','inherit','open','closed','','dreamstime_l_6094698-crop-u19168','','','2017-08-02 11:03:05','2017-08-02 03:03:05','',37,'http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg',0,'attachment','image/jpeg',0),(398,1,'2017-08-02 11:03:40','2017-08-02 03:03:40','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','2a253fe9-a9e0-4df1-ba19-bcc2463c391d','','','2017-08-02 11:03:40','2017-08-02 03:03:40','',0,'http://localhost/netpac/2017/08/02/2a253fe9-a9e0-4df1-ba19-bcc2463c391d/',0,'customize_changeset','',0),(399,1,'2017-08-02 11:03:41','2017-08-02 03:03:41','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:03:41','2017-08-02 03:03:41','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(400,1,'2017-08-02 11:03:52','2017-08-02 03:03:52','','','','inherit','open','closed','','picture4-crop-u19281','','','2017-08-02 11:10:21','2017-08-02 03:10:21','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg',0,'attachment','image/jpeg',0),(401,1,'2017-08-02 11:04:06','2017-08-02 03:04:06','','','','inherit','open','closed','','picture1-crop-u19192','','','2017-08-02 11:04:10','2017-08-02 03:04:10','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (402,1,'2017-08-02 11:04:14','2017-08-02 03:04:14','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:04:14','2017-08-02 03:04:14','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(403,1,'2017-08-02 11:08:22','2017-08-02 03:08:22','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','246d5fc5-4028-488c-8127-5d13102ff26b','','','2017-08-02 11:08:22','2017-08-02 03:08:22','',0,'http://localhost/netpac/?p=403',0,'customize_changeset','',0),(404,1,'2017-08-02 11:08:22','2017-08-02 03:08:22','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:08:22','2017-08-02 03:08:22','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(405,1,'2017-08-02 11:08:40','2017-08-02 03:08:40','','','','inherit','open','closed','','509032804-crop-u19209','','','2017-08-02 11:08:45','2017-08-02 03:08:45','',37,'http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg',0,'attachment','image/jpeg',0),(406,1,'2017-08-02 11:09:31','2017-08-02 03:09:31','','','','inherit','open','closed','','dsc00247-crop-u19233','','','2017-08-02 11:09:34','2017-08-02 03:09:34','',37,'http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg',0,'attachment','image/jpeg',0),(407,1,'2017-08-02 11:09:59','2017-08-02 03:09:59','','','','inherit','open','closed','','picture3-crop-u19257','','','2017-08-02 11:10:02','2017-08-02 03:10:02','',37,'http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg',0,'attachment','image/jpeg',0),(408,1,'2017-08-02 11:10:25','2017-08-02 03:10:25','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:10:25','2017-08-02 03:10:25','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(409,1,'2017-08-02 11:11:41','2017-08-02 03:11:41','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:11:41','2017-08-02 03:11:41','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(410,1,'2017-08-02 11:12:36','2017-08-02 03:12:36','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#d3dbeb\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:12:36','2017-08-02 03:12:36','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(411,1,'2017-08-02 11:13:10','2017-08-02 03:13:10','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR ACCREDITATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]OUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:13:10','2017-08-02 03:13:10','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(413,1,'2017-08-02 11:22:26','2017-08-02 03:22:26','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=”2”]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:22:26','2017-08-02 03:22:26','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(414,1,'2017-08-02 11:23:20','2017-08-02 03:23:20','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"2\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:23:20','2017-08-02 03:23:20','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(415,1,'2017-08-02 11:24:03','2017-08-02 03:24:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','publish','closed','closed','','our-accreditations','','','2017-08-02 11:44:10','2017-08-02 03:44:10','',0,'http://localhost/netpac/?page_id=415',0,'page','',0),(416,1,'2017-08-02 11:24:03','2017-08-02 03:24:03','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:24:03','2017-08-02 03:24:03','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(417,1,'2017-08-02 11:24:20','2017-08-02 03:24:20','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:24:20','2017-08-02 03:24:20','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(418,1,'2017-08-02 11:41:33','2017-08-02 03:41:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-autosave-v1','','','2017-08-02 11:41:33','2017-08-02 03:41:33','',415,'http://localhost/netpac/2017/08/02/415-autosave-v1/',0,'revision','',0),(419,1,'2017-08-02 11:26:40','2017-08-02 03:26:40','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:26:40','2017-08-02 03:26:40','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(420,1,'2017-08-02 11:27:36','2017-08-02 03:27:36','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:27:36','2017-08-02 03:27:36','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(421,1,'2017-08-02 11:29:15','2017-08-02 03:29:15','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||10px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:29:15','2017-08-02 03:29:15','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(422,1,'2017-08-02 11:29:41','2017-08-02 03:29:41','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||30px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:29:41','2017-08-02 03:29:41','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(423,1,'2017-08-02 11:30:02','2017-08-02 03:30:02','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:30:02','2017-08-02 03:30:02','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(424,1,'2017-08-02 11:30:45','2017-08-02 03:30:45','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR AWARDS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:30:45','2017-08-02 03:30:45','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(425,1,'2017-08-02 11:32:14','2017-08-02 03:32:14','','','','inherit','open','closed','','aja_ukas-9001_colour','','','2017-08-02 11:32:17','2017-08-02 03:32:17','',415,'http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg',0,'attachment','image/jpeg',0),(426,1,'2017-08-02 11:32:50','2017-08-02 03:32:50','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:32:50','2017-08-02 03:32:50','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(427,1,'2017-08-02 11:33:27','2017-08-02 03:33:27','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:33:27','2017-08-02 03:33:27','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(428,1,'2017-08-02 11:34:07','2017-08-02 03:34:07','','','','inherit','open','closed','','leed-logo','','','2017-08-02 11:35:04','2017-08-02 03:35:04','',415,'http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg',0,'attachment','image/jpeg',0),(429,1,'2017-08-02 11:34:17','2017-08-02 03:34:17','','','','inherit','open','closed','','ots1-876x357','','','2017-08-02 11:35:30','2017-08-02 03:35:30','',415,'http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg',0,'attachment','image/jpeg',0),(430,1,'2017-08-02 11:34:22','2017-08-02 03:34:22','','','','inherit','open','closed','','corporate_blue_gray_bicsilogo','','','2017-08-02 11:35:58','2017-08-02 03:35:58','',415,'http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png',0,'attachment','image/png',0),(431,1,'2017-08-02 11:34:29','2017-08-02 03:34:29','','','','inherit','open','closed','','berde','','','2017-08-02 11:35:19','2017-08-02 03:35:19','',415,'http://localhost/netpac/wp-content/uploads/2017/08/berde.png',0,'attachment','image/png',0),(432,1,'2017-08-02 11:34:43','2017-08-02 03:34:43','','','','inherit','open','closed','','net-pacific','','','2017-08-02 11:34:47','2017-08-02 03:34:47','',415,'http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png',0,'attachment','image/png',0),(433,1,'2017-08-02 11:35:47','2017-08-02 03:35:47','','','','inherit','open','closed','','0811_pmi_logo','','','2017-08-02 11:35:50','2017-08-02 03:35:50','',415,'http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif',0,'attachment','image/gif',0),(434,1,'2017-08-02 11:36:01','2017-08-02 03:36:01','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:36:01','2017-08-02 03:36:01','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(435,1,'2017-08-02 11:40:01','2017-08-02 03:40:01','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:40:01','2017-08-02 03:40:01','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(436,1,'2017-08-02 11:40:50','2017-08-02 03:40:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" make_fullwidth=\"on\" custom_padding=\"0px||0px|\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:40:50','2017-08-02 03:40:50','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(437,1,'2017-08-02 11:41:47','2017-08-02 03:41:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/aja_ukas-9001_colour.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/net-pacific.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/leed-logo.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/berde.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/ots1-876x357.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/0811_pmi_logo.gif\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/corporate_blue_gray_bicsilogo.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR ACCREDITATIONS','','inherit','closed','closed','','415-revision-v1','','','2017-08-02 11:41:47','2017-08-02 03:41:47','',415,'http://localhost/netpac/2017/08/02/415-revision-v1/',0,'revision','',0),(438,1,'2017-08-02 11:44:53','2017-08-02 03:44:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','publish','closed','closed','','our-awards','','','2017-08-02 12:46:30','2017-08-02 04:46:30','',0,'http://localhost/netpac/?page_id=438',0,'page','',0),(439,1,'2017-08-02 11:44:53','2017-08-02 03:44:53','','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 11:44:53','2017-08-02 03:44:53','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(440,1,'2017-08-02 11:45:17','2017-08-02 03:45:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"438\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:45:17','2017-08-02 03:45:17','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(441,1,'2017-08-02 12:30:59','2017-08-02 04:30:59','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul><li>Panduit Certified Installer Excellence Award (2015)</li><li>Breakthrough Parftner of the Year (2015)</li><li>Unilab Award (2015)</li><li>3S Best Partner in Asia Pacific (2016)</li></ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul><li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li><li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li><li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li><li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li><li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li></ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul><li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li><li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li><li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li><li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li></ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul><li>Panduit Certified Installer Excellence Award (2015)</li><li>Breakthrough Parftner of the Year (2015)</li><li>Unilab Award (2015)</li><li>3S Best Partner in Asia Pacific (2016)</li></ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-autosave-v1','','','2017-08-02 12:30:59','2017-08-02 04:30:59','',438,'http://localhost/netpac/2017/08/02/438-autosave-v1/',0,'revision','',0),(442,1,'2017-08-02 11:46:41','2017-08-02 03:46:41','','','','inherit','open','closed','','img_20160502_173014','','','2017-08-02 12:30:21','2017-08-02 04:30:21','',438,'http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png',0,'attachment','image/png',0),(443,1,'2017-08-02 11:46:42','2017-08-02 03:46:42','','','','inherit','open','closed','','img_20160502_172024','','','2017-08-02 12:05:58','2017-08-02 04:05:58','',438,'http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png',0,'attachment','image/png',0),(444,1,'2017-08-02 11:46:43','2017-08-02 03:46:43','','','','inherit','open','closed','','img_20160502_172358','','','2017-08-02 12:30:46','2017-08-02 04:30:46','',438,'http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png',0,'attachment','image/png',0),(445,1,'2017-08-02 11:47:25','2017-08-02 03:47:25','','','','inherit','open','closed','','award-1-crop-u9218','','','2017-08-02 11:47:28','2017-08-02 03:47:28','',438,'http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png',0,'attachment','image/png',0),(446,1,'2017-08-02 11:47:43','2017-08-02 03:47:43','[et_pb_section bb_built=\"1\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 11:47:43','2017-08-02 03:47:43','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(447,1,'2017-08-02 11:49:25','2017-08-02 03:49:25','[et_pb_section bb_built=\"1\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" text_text_color=\"#1f4897\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 11:49:25','2017-08-02 03:49:25','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(448,1,'2017-08-02 11:52:08','2017-08-02 03:52:08','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;||font-weight: 100;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul><li>A world-leading outsourcing service partner</li><li>An American multinational information technology company</li><li>Philippines\' 4th largest bank in terms of assets</li><li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"415\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"438\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice  in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\">\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:52:08','2017-08-02 03:52:08','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(449,1,'2017-08-02 11:53:14','2017-08-02 03:53:14','[et_pb_section bb_built=\"1\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 11:53:14','2017-08-02 03:53:14','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(450,1,'2017-08-02 11:55:24','2017-08-02 03:55:24','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:55:24','2017-08-02 03:55:24','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(451,1,'2017-08-02 11:59:19','2017-08-02 03:59:19','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#666666;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 11:59:19','2017-08-02 03:59:19','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(452,1,'2017-08-02 11:59:38','2017-08-02 03:59:38','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:13px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','79e916dd-abbc-4829-a99f-1abba2866cf4','','','2017-08-02 11:59:38','2017-08-02 03:59:38','',0,'http://localhost/netpac/2017/08/02/79e916dd-abbc-4829-a99f-1abba2866cf4/',0,'customize_changeset','',0),(453,1,'2017-08-02 11:59:39','2017-08-02 03:59:39','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:13px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 11:59:39','2017-08-02 03:59:39','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(454,1,'2017-08-02 12:01:23','2017-08-02 04:01:23','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:16px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:10px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','59cfbc3f-b105-4bcd-8560-a42d03037d41','','','2017-08-02 12:01:23','2017-08-02 04:01:23','',0,'http://localhost/netpac/2017/08/02/59cfbc3f-b105-4bcd-8560-a42d03037d41/',0,'customize_changeset','',0),(455,1,'2017-08-02 12:01:24','2017-08-02 04:01:24','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:16px;\n}\n\n.valued-clients ul li{\nmargin-bottom:10px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 12:01:24','2017-08-02 04:01:24','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(457,1,'2017-08-02 12:01:34','2017-08-02 04:01:34','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:16px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:15px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','4e29bf63-1a30-4ef6-a381-db4224f54287','','','2017-08-02 12:01:34','2017-08-02 04:01:34','',0,'http://localhost/netpac/2017/08/02/4e29bf63-1a30-4ef6-a381-db4224f54287/',0,'customize_changeset','',0),(458,1,'2017-08-02 12:01:34','2017-08-02 04:01:34','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:16px;\n}\n\n.valued-clients ul li{\nmargin-bottom:15px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 12:01:34','2017-08-02 04:01:34','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(459,1,'2017-08-02 12:03:02','2017-08-02 04:03:02','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','7b8305f0-6671-4ca2-b57d-d757b49f3632','','','2017-08-02 12:03:02','2017-08-02 04:03:02','',0,'http://localhost/netpac/2017/08/02/7b8305f0-6671-4ca2-b57d-d757b49f3632/',0,'customize_changeset','',0),(460,1,'2017-08-02 12:03:02','2017-08-02 04:03:02','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 12:03:02','2017-08-02 04:03:02','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(461,1,'2017-08-02 12:03:49','2017-08-02 04:03:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:03:49','2017-08-02 04:03:49','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(462,1,'2017-08-02 12:04:30','2017-08-02 04:04:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:04:30','2017-08-02 04:04:30','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(463,1,'2017-08-02 12:04:50','2017-08-02 04:04:50','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:17px;\\n}\\n\\n.our-awards ul li{\\nmargin-bottom:17px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','bb30124a-3584-4106-af7f-f17273513af6','','','2017-08-02 12:04:50','2017-08-02 04:04:50','',0,'http://localhost/netpac/2017/08/02/bb30124a-3584-4106-af7f-f17273513af6/',0,'customize_changeset','',0),(464,1,'2017-08-02 12:04:50','2017-08-02 04:04:50','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:17px;\n}\n\n.our-awards ul li{\nmargin-bottom:17px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 12:04:50','2017-08-02 04:04:50','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(465,1,'2017-08-02 12:05:10','2017-08-02 04:05:10','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','40229c82-442e-40f6-9df0-542848b85ce4','','','2017-08-02 12:05:10','2017-08-02 04:05:10','',0,'http://localhost/netpac/2017/08/02/40229c82-442e-40f6-9df0-542848b85ce4/',0,'customize_changeset','',0),(466,1,'2017-08-02 12:05:10','2017-08-02 04:05:10','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 12:05:10','2017-08-02 04:05:10','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(468,1,'2017-08-02 12:06:01','2017-08-02 04:06:01','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:06:01','2017-08-02 04:06:01','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(469,1,'2017-08-02 12:31:04','2017-08-02 04:31:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" make_fullwidth=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:31:04','2017-08-02 04:31:04','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(470,1,'2017-08-02 12:32:12','2017-08-02 04:32:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:32:12','2017-08-02 04:32:12','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(471,1,'2017-08-02 12:33:03','2017-08-02 04:33:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" use_custom_gutter=\"on\" gutter_width=\"1\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:33:03','2017-08-02 04:33:03','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(472,1,'2017-08-02 12:33:26','2017-08-02 04:33:26','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:33:26','2017-08-02 04:33:26','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(473,1,'2017-08-02 12:33:43','2017-08-02 04:33:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" use_custom_gutter=\"on\" gutter_width=\"4\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:33:43','2017-08-02 04:33:43','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(474,1,'2017-08-02 12:34:31','2017-08-02 04:34:31','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" use_custom_width=\"on\" custom_width_px=\"1200px\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:34:31','2017-08-02 04:34:31','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(475,1,'2017-08-02 12:34:55','2017-08-02 04:34:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" use_custom_width=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:34:55','2017-08-02 04:34:55','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(476,1,'2017-08-02 12:35:18','2017-08-02 04:35:18','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:35:18','2017-08-02 04:35:18','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(477,1,'2017-08-02 12:35:37','2017-08-02 04:35:37','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:35:37','2017-08-02 04:35:37','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(478,1,'2017-08-02 12:36:09','2017-08-02 04:36:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"1200px\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:36:09','2017-08-02 04:36:09','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(479,1,'2017-08-02 12:37:20','2017-08-02 04:37:20','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:37:20','2017-08-02 04:37:20','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(480,1,'2017-08-02 12:37:55','2017-08-02 04:37:55','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:37:55','2017-08-02 04:37:55','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(481,1,'2017-08-02 12:41:48','2017-08-02 04:41:48','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#7f7f7f\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:41:48','2017-08-02 04:41:48','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(482,1,'2017-08-02 12:42:19','2017-08-02 04:42:19','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:42:19','2017-08-02 04:42:19','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(483,1,'2017-08-02 12:45:43','2017-08-02 04:45:43','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"415\"][/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR CERTIFICATIONS\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\nOUR TRAININGS\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:45:43','2017-08-02 04:45:43','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(484,1,'2017-08-02 12:46:30','2017-08-02 04:46:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_class=\"our-awards\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"color:##1f4897;||font-size:13px;||font-weight: 500;\" make_fullwidth=\"on\"][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/award-1-crop-u9218.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>Panduit Certified Installer Excellence Award (2015)</li>\r\n 	<li>Breakthrough Parftner of the Year (2015)</li>\r\n 	<li>Unilab Award (2015)</li>\r\n 	<li>3S Best Partner in Asia Pacific (2016)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172024.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9423-2\"><span id=\"u9423\" class=\"Content1\">Top Sales Performance by AMP-TE (2013)</span></li>\r\n 	<li id=\"u9423-4\"><span id=\"u9423-3\" class=\"Content1\">Authorized Partner by Cyberroam (2014)</span></li>\r\n 	<li id=\"u9423-6\"><span id=\"u9423-5\" class=\"Content1\">Exclusive Distributor by 3S (2014)</span></li>\r\n 	<li id=\"u9423-8\"><span id=\"u9423-7\" class=\"Content1\">Solution Silver Partner by AXIS (2014)</span></li>\r\n 	<li id=\"u9423-10\"><span id=\"u9423-9\" class=\"Content1\">Sales Achievement Award-Hall of Fame (2013)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_173014.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9429-2\"><span id=\"u9429\" class=\"Content1\">Alantek Consistent Top Sales Performer Award (2013)</span></li>\r\n 	<li id=\"u9429-4\"><span id=\"u9429-3\" class=\"Content1\">APC Schnider Electric Select Partner (2013)</span></li>\r\n 	<li id=\"u9429-6\"><span id=\"u9429-5\" class=\"Content1\">Certificate of Appreciation by IONTECH (2014)</span></li>\r\n 	<li id=\"u9429-8\"><span id=\"u9429-7\" class=\"Content1\">Sykes Top Performing Vendor (2014)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/img_20160502_172358.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"fade_in\" /][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li id=\"u9435-2\"><span id=\"u9435\" class=\"Content1\">Axis Most Improved Partner (2013)</span></li>\r\n 	<li id=\"u9435-4\"><span id=\"u9435-3\" class=\"Content1\">Top Partner for Cisco Collaboration Solutions (2013)</span></li>\r\n 	<li id=\"u9435-6\"><span id=\"u9435-5\" class=\"Content1\">Axis Solution Silver Partner (2013)</span></li>\r\n 	<li id=\"u9435-8\"><span id=\"u9435-7\" class=\"Content1\">Top 1 Reseller for Allied Telesis CY (2012)</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR AWARDS','','inherit','closed','closed','','438-revision-v1','','','2017-08-02 12:46:30','2017-08-02 04:46:30','',438,'http://localhost/netpac/2017/08/02/438-revision-v1/',0,'revision','',0),(485,1,'2017-08-02 12:48:02','2017-08-02 04:48:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ALANTEK</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Installer and System Integrator\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AXIS COMMUNICATIONS</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nNetwork Video Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>BELDEN</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified System Vendor\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>COMMSCOPE</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Systimax Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>EMERSON NETWORK POWER</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nValue Added Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>PANDUIT</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>R&amp;M</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Copper and Fiber Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>SIEMENS</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nBT Partner\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','publish','closed','closed','','our-certification','','','2017-08-02 13:11:51','2017-08-02 05:11:51','',0,'http://localhost/netpac/?page_id=485',0,'page','',0),(486,1,'2017-08-02 12:48:02','2017-08-02 04:48:02','','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:48:02','2017-08-02 04:48:02','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(487,1,'2017-08-02 12:48:30','2017-08-02 04:48:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"485\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"]\r\n\r\n[page-content-sc id=\"438\"]\r\n\r\n[/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 12:48:30','2017-08-02 04:48:30','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(488,1,'2017-08-02 13:07:10','2017-08-02 05:07:10','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>3S VISION</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nPreferred Partner\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Designer and Installer\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>ALANTEK</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Installer and System Integrator\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Designer and Installer\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>AXIS COMMUNICATIONS</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nNetwork Video Installer\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>BELDEN</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified System Vendor\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>COMMSCOPE</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Systimax Partner\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>EMERSON NETWORK POWER</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nValue Added Partner\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>PANDUIT</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Designer and Installer\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>R&amp;M</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Copper and Fiber Installer\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\n\n<strong>R&amp;M</strong>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\n\nCertified Copper and Fiber Installer\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-autosave-v1','','','2017-08-02 13:07:10','2017-08-02 05:07:10','',485,'http://localhost/netpac/2017/08/02/485-autosave-v1/',0,'revision','',0),(489,1,'2017-08-02 12:49:48','2017-08-02 04:49:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<p id=\"u9222-2\"><span id=\"u9222\" class=\"certification\"><strong>3S VISION</strong>\r\n</span><span id=\"u9222-3\" class=\"Content1\">Preferred Partner</span></p>\r\n<p id=\"u9222-7\"><span id=\"u9222-6\" class=\"certification\"><strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n</span><span id=\"u9222-8\" class=\"Content1\">Certified Designer and Installer</span></p>\r\n<p id=\"u9222-12\"><strong><span id=\"u9222-11\" class=\"certification\">ALANTEK\r\n</span></strong><span id=\"u9222-13\" class=\"Content1\">Certified Installer and System Integrator</span></p>\r\n<p id=\"u9222-17\"><strong><span id=\"u9222-16\" class=\"certification\">AMP NETCONNECT (NOW COMMSCOPE)\r\n</span></strong><span id=\"u9222-18\" class=\"Content1\">Certified Designer and Installer</span></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:49:48','2017-08-02 04:49:48','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(490,1,'2017-08-02 12:54:36','2017-08-02 04:54:36','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<p id=\"u9222-2\"><span id=\"u9222\" class=\"certification\"><strong>3S VISION\r\n</strong></span><span id=\"u9222-3\" class=\"Content1\">Preferred Partner</span></p>\r\n<p id=\"u9222-7\"><span id=\"u9222-6\" class=\"certification\"><strong>ADC KRONE (NOW COMMSCOPE)\r\n</strong></span><span id=\"u9222-8\" class=\"Content1\">Certified Designer and Installer</span></p>\r\n<p id=\"u9222-12\"><strong><span id=\"u9222-11\" class=\"certification\">ALANTEK\r\n</span></strong><span id=\"u9222-13\" class=\"Content1\">Certified Installer and System Integrator</span></p>\r\n<p id=\"u9222-17\"><strong><span id=\"u9222-16\" class=\"certification\">AMP NETCONNECT (NOW COMMSCOPE)\r\n</span></strong><span id=\"u9222-18\" class=\"Content1\">Certified Designer and Installer</span></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:54:36','2017-08-02 04:54:36','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(491,1,'2017-08-02 12:55:09','2017-08-02 04:55:09','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<strong>3S VISION</strong>\r\nPreferred Partner\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\nCertified Designer and Installer\r\n\r\n<strong>ALANTEK</strong>\r\nCertified Installer and System Integrator\r\n\r\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:55:09','2017-08-02 04:55:09','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(492,1,'2017-08-02 12:56:58','2017-08-02 04:56:58','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<strong>3S VISION</strong>\r\nPreferred Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:56:58','2017-08-02 04:56:58','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(493,1,'2017-08-02 12:58:15','2017-08-02 04:58:15','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:58:15','2017-08-02 04:58:15','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(494,1,'2017-08-02 12:59:32','2017-08-02 04:59:32','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 12:59:32','2017-08-02 04:59:32','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(495,1,'2017-08-02 13:00:02','2017-08-02 05:00:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 13:00:02','2017-08-02 05:00:02','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(496,1,'2017-08-02 13:00:44','2017-08-02 05:00:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 13:00:44','2017-08-02 05:00:44','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(497,1,'2017-08-02 13:02:51','2017-08-02 05:02:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ALANTEK</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Installer and System Integrator\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 13:02:51','2017-08-02 05:02:51','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(498,1,'2017-08-02 13:05:01','2017-08-02 05:05:01','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ALANTEK</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Installer and System Integrator\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AXIS COMMUNICATIONS</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nNetwork Video Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>BELDEN</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified System Vendor\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>COMMSCOPE</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Systimax Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>EMERSON NETWORK POWER</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nValue Added Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 13:05:01','2017-08-02 05:05:01','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(499,1,'2017-08-02 13:07:18','2017-08-02 05:07:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>3S VISION</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nPreferred Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ADC KRONE (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>ALANTEK</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Installer and System Integrator\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AMP NETCONNECT (NOW COMMSCOPE)</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>AXIS COMMUNICATIONS</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nNetwork Video Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>BELDEN</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified System Vendor\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>COMMSCOPE</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Systimax Partner\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>EMERSON NETWORK POWER</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nValue Added Partner\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>PANDUIT</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Designer and Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>R&amp;M</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nCertified Copper and Fiber Installer\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" custom_css_main_element=\"margin-bottom:0 !important;\"]\r\n\r\n<strong>SIEMENS</strong>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_text_color=\"#000000\"]\r\n\r\nBT Partner\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','OUR CERTIFICATION','','inherit','closed','closed','','485-revision-v1','','','2017-08-02 13:07:18','2017-08-02 05:07:18','',485,'http://localhost/netpac/2017/08/02/485-revision-v1/',0,'revision','',0),(500,1,'2017-08-02 13:10:17','2017-08-02 05:10:17','','ITS/ELV','','publish','closed','closed','','itselv','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=500',3,'nav_menu_item','',0),(501,1,'2017-08-02 13:10:18','2017-08-02 05:10:18','','MEPF','','publish','closed','closed','','mepf','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=501',4,'nav_menu_item','',0),(502,1,'2017-08-02 13:10:30','2017-08-02 05:10:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:10:30','2017-08-02 05:10:30','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(503,1,'2017-08-02 13:11:58','2017-08-02 05:11:58','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:11:58','2017-08-02 05:11:58','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(504,1,'2017-08-02 13:12:44','2017-08-02 05:12:44','','Our Company','','publish','closed','closed','','our-company','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=504',6,'nav_menu_item','',0),(505,1,'2017-08-02 13:12:44','2017-08-02 05:12:44','','Testimonials','','publish','closed','closed','','testimonials','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=505',7,'nav_menu_item','',0),(506,1,'2017-08-02 13:14:33','2017-08-02 05:14:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:14:33','2017-08-02 05:14:33','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(507,1,'2017-08-02 13:14:54','0000-00-00 00:00:00','','Contact Us','','draft','closed','closed','','','','','2017-08-02 13:14:54','0000-00-00 00:00:00','',0,'http://localhost/netpac/?p=507',1,'nav_menu_item','',0),(508,1,'2017-08-02 13:15:20','2017-08-02 05:15:20','','Contact Us','','publish','closed','closed','','contact-us','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=508',8,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (510,1,'2017-08-02 13:46:06','2017-08-02 05:46:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:46:06','2017-08-02 05:46:06','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(511,1,'2017-08-02 13:47:07','2017-08-02 05:47:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:47:07','2017-08-02 05:47:07','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(512,1,'2017-08-02 13:48:33','2017-08-02 05:48:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:48:33','2017-08-02 05:48:33','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(513,1,'2017-08-02 13:49:09','2017-08-02 05:49:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:49:09','2017-08-02 05:49:09','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(514,1,'2017-08-02 13:51:37','2017-08-02 05:51:37','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:51:37','2017-08-02 05:51:37','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(515,1,'2017-08-02 13:52:07','2017-08-02 05:52:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"#e02b20\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:52:07','2017-08-02 05:52:07','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(516,1,'2017-08-02 13:54:35','2017-08-02 05:54:35','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:54:35','2017-08-02 05:54:35','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(517,1,'2017-08-02 13:55:53','2017-08-02 05:55:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:55:53','2017-08-02 05:55:53','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(518,1,'2017-08-02 13:56:46','2017-08-02 05:56:46','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:56:46','2017-08-02 05:56:46','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(519,1,'2017-08-02 13:57:13','2017-08-02 05:57:13','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"rgba(127,127,127,0.1)\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\"]\r\n\r\nG.L.\r\nSenior Management / URC International\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific. \r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:57:13','2017-08-02 05:57:13','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(520,1,'2017-08-02 13:58:21','2017-08-02 05:58:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\nIt was the best decision for us to award the project to Net Pacific.\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 13:58:21','2017-08-02 05:58:21','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(521,1,'2017-08-02 14:04:19','2017-08-02 06:04:19','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials highlight {\\nfont-size:20px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','f53e68cb-cbd1-41b4-b62c-c046b58a6859','','','2017-08-02 14:04:19','2017-08-02 06:04:19','',0,'http://localhost/netpac/?p=521',0,'customize_changeset','',0),(522,1,'2017-08-02 14:03:52','2017-08-02 06:03:52','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:03:52','2017-08-02 06:03:52','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(523,1,'2017-08-02 14:04:19','2017-08-02 06:04:19','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials highlight {\nfont-size:20px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 14:04:19','2017-08-02 06:04:19','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(524,1,'2017-08-02 14:05:04','2017-08-02 06:05:04','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','483cfb87-6215-41ad-a9df-eaee82674328','','','2017-08-02 14:05:04','2017-08-02 06:05:04','',0,'http://localhost/netpac/2017/08/02/483cfb87-6215-41ad-a9df-eaee82674328/',0,'customize_changeset','',0),(525,1,'2017-08-02 14:05:04','2017-08-02 06:05:04','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 14:05:04','2017-08-02 06:05:04','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(526,1,'2017-08-02 14:06:44','2017-08-02 06:06:44','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','72fbb303-02e8-42ce-9bfd-c911e38154cc','','','2017-08-02 14:06:44','2017-08-02 06:06:44','',0,'http://localhost/netpac/2017/08/02/72fbb303-02e8-42ce-9bfd-c911e38154cc/',0,'customize_changeset','',0),(527,1,'2017-08-02 14:06:44','2017-08-02 06:06:44','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 14:06:44','2017-08-02 06:06:44','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(529,1,'2017-08-02 14:08:06','2017-08-02 06:08:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<hr>\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:08:06','2017-08-02 06:08:06','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(530,1,'2017-08-02 14:10:02','2017-08-02 06:10:02','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','6a8306e2-4270-484b-b344-c30cd59ebe8d','','','2017-08-02 14:10:02','2017-08-02 06:10:02','',0,'http://localhost/netpac/2017/08/02/6a8306e2-4270-484b-b344-c30cd59ebe8d/',0,'customize_changeset','',0),(531,1,'2017-08-02 14:10:02','2017-08-02 06:10:02','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-02 14:10:02','2017-08-02 06:10:02','',43,'http://localhost/netpac/2017/08/02/43-revision-v1/',0,'revision','',0),(532,1,'2017-08-02 14:10:48','2017-08-02 06:10:48','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\" custom_css_slide_container=\"text-shadow:none;\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:10:48','2017-08-02 06:10:48','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(533,1,'2017-08-02 14:12:05','2017-08-02 06:12:05','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:12:05','2017-08-02 06:12:05','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(534,1,'2017-08-02 14:13:23','2017-08-02 06:13:23','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:16px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\nOne glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:13:23','2017-08-02 06:13:23','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(535,1,'2017-08-02 14:14:28','2017-08-02 06:14:28','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:16px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:16px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:14:28','2017-08-02 06:14:28','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(536,1,'2017-08-02 14:14:56','2017-08-02 06:14:56','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:14:56','2017-08-02 06:14:56','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(537,1,'2017-08-02 14:15:36','2017-08-02 06:15:36','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:15:36','2017-08-02 06:15:36','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(538,1,'2017-08-02 14:16:17','2017-08-02 06:16:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:16:17','2017-08-02 06:16:17','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(539,1,'2017-08-02 14:18:22','2017-08-02 06:18:22','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:18:22','2017-08-02 06:18:22','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(540,1,'2017-08-02 14:20:53','2017-08-02 06:20:53','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:20:53','2017-08-02 06:20:53','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(541,1,'2017-08-02 14:24:12','2017-08-02 06:24:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#e02b20\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_color=\"#e09900\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:24:12','2017-08-02 06:24:12','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(542,1,'2017-08-02 14:25:13','2017-08-02 06:25:13','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"on\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]\r\n\r\n[et_pb_slide background_color=\"#e02b20\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" background_image=\"http://localhost/netpac/wp-content/uploads/2017/07/homepage-netpac-cropped.jpg\" /][et_pb_slide background_color=\"#e09900\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:25:13','2017-08-02 06:25:13','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(543,1,'2017-08-02 14:26:49','2017-08-02 06:26:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:26:49','2017-08-02 06:26:49','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(544,1,'2017-08-02 14:27:33','2017-08-02 06:27:33','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\" custom_width_px=\"600px\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-02 14:27:33','2017-08-02 06:27:33','',37,'http://localhost/netpac/2017/08/02/37-revision-v1/',0,'revision','',0),(545,1,'2017-08-03 08:17:55','2017-08-03 00:17:55','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"600px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:17:55','2017-08-03 00:17:55','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(546,1,'2017-08-03 08:18:54','2017-08-03 00:18:54','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:18:54','2017-08-03 00:18:54','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(547,1,'2017-08-03 08:20:16','2017-08-03 00:20:16','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:20:16','2017-08-03 00:20:16','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(548,1,'2017-08-03 08:21:11','2017-08-03 00:21:11','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:21:11','2017-08-03 00:21:11','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(549,1,'2017-08-03 08:23:31','2017-08-03 00:23:31','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size:14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size:14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size:14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size:14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size:14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size:14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:23:31','2017-08-03 00:23:31','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (550,1,'2017-08-03 08:48:30','2017-08-03 00:48:30','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR CLIENTS [/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"] At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s). [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"] [et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab] [/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] TESTIMONIALS [/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nG.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nJ.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]\r\n\r\nM.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"] To be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"] To provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:48:30','2017-08-03 00:48:30','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(551,1,'2017-08-03 08:54:12','2017-08-03 00:54:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:54:12','2017-08-03 00:54:12','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(552,1,'2017-08-03 08:54:56','2017-08-03 00:54:56','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"top\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:54:56','2017-08-03 00:54:56','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(553,1,'2017-08-03 08:55:49','2017-08-03 00:55:49','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 08:55:49','2017-08-03 00:55:49','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(554,1,'2017-08-03 09:00:04','2017-08-03 01:00:04','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 09:00:04','2017-08-03 01:00:04','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(555,1,'2017-08-03 09:01:21','2017-08-03 01:01:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-03 09:01:21','2017-08-03 01:01:21','',37,'http://localhost/netpac/2017/08/03/37-revision-v1/',0,'revision','',0),(556,1,'2017-08-03 09:29:17','2017-08-03 01:29:17','{\"et_divi[show_footer_social_icons]\":{\"value\":false,\"type\":\"option\",\"user_id\":1},\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\" style=\\\"font-weight:normal; text-decoration:underline;\\\">Design Fuel<\\/a>\",\"type\":\"option\",\"user_id\":1},\"et_divi[bottom_bar_background_color]\":{\"value\":\"#ffffff\",\"type\":\"option\",\"user_id\":1},\"et_divi[bottom_bar_text_color]\":{\"value\":\"#1f4897\",\"type\":\"option\",\"user_id\":1},\"et_divi[bottom_bar_font_size]\":{\"value\":12,\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','6387a8c3-a217-4383-a106-510f435d7f4b','','','2017-08-03 09:29:17','2017-08-03 01:29:17','',0,'http://localhost/netpac/?p=556',0,'customize_changeset','',0),(557,1,'2017-08-03 09:29:28','2017-08-03 01:29:28','{\"et_divi[show_footer_social_icons]\":{\"value\":false,\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','2c68eaeb-0e6a-499e-9c18-74992954fc8b','','','2017-08-03 09:29:28','2017-08-03 01:29:28','',0,'http://localhost/netpac/2017/08/03/2c68eaeb-0e6a-499e-9c18-74992954fc8b/',0,'customize_changeset','',0),(558,1,'2017-08-03 09:30:09','2017-08-03 01:30:09','{\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\" style=\\\"font-weight:normal; text-decoration:underline;\\\">Design Fuel<\\/a>\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','2e3339ee-2886-4c4f-ba69-08b67b9f181d','','','2017-08-03 09:30:09','2017-08-03 01:30:09','',0,'http://localhost/netpac/2017/08/03/2e3339ee-2886-4c4f-ba69-08b67b9f181d/',0,'customize_changeset','',0),(559,1,'2017-08-03 09:30:33','2017-08-03 01:30:33','{\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\" style=\\\"font-weight:normal !important; text-decoration:underline !important;\\\">Design Fuel<\\/a>\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','ee7c4ae2-fe2a-498d-9556-89c967a58d26','','','2017-08-03 09:30:33','2017-08-03 01:30:33','',0,'http://localhost/netpac/2017/08/03/ee7c4ae2-fe2a-498d-9556-89c967a58d26/',0,'customize_changeset','',0),(560,1,'2017-08-03 09:30:52','2017-08-03 01:30:52','{\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\" style=\\\"font-weight:normal !important; text-decoration:underline !important;\\\">Design Fuels<\\/a>\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','63280808-49b1-4715-94d6-2821e6b20ae1','','','2017-08-03 09:30:52','2017-08-03 01:30:52','',0,'http://localhost/netpac/2017/08/03/63280808-49b1-4715-94d6-2821e6b20ae1/',0,'customize_changeset','',0),(561,1,'2017-08-03 09:31:01','2017-08-03 01:31:01','{\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\" style=\\\"font-weight:normal !important; text-decoration:underline !important;\\\">Design Fuel<\\/a>\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','77701b9f-0828-4722-8dec-8965e7f71151','','','2017-08-03 09:31:01','2017-08-03 01:31:01','',0,'http://localhost/netpac/2017/08/03/77701b9f-0828-4722-8dec-8965e7f71151/',0,'customize_changeset','',0),(562,1,'2017-08-03 09:31:23','2017-08-03 01:31:23','{\"et_divi[custom_footer_credits]\":{\"value\":\"\\u00a9 2010 - 2017 Net Pacific, Inc. All Right Reserved. Developed by <a href=\\\"http:\\/\\/www.designfuel.com.ph\\/\\\" target=\\\"_blank\\\">Design Fuel<\\/a>\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','d833fe4f-a9a8-4c15-bf0a-ff529886e5f4','','','2017-08-03 09:31:23','2017-08-03 01:31:23','',0,'http://localhost/netpac/2017/08/03/d833fe4f-a9a8-4c15-bf0a-ff529886e5f4/',0,'customize_changeset','',0),(563,1,'2017-08-07 12:12:25','2017-08-07 04:12:25','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Information Technology Systems / Extra Low Voltage (ITS/ELV)','','publish','closed','closed','','information-technology-systems-extra-low-voltage-itselv','','','2017-08-07 12:12:25','2017-08-07 04:12:25','',0,'http://localhost/netpac/et_pb_layout/information-technology-systems-extra-low-voltage-itselv/',0,'et_pb_layout','',0),(564,1,'2017-08-07 12:12:55','2017-08-07 04:12:55','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)','','publish','closed','closed','','mechanical-electrical-plumbing-and-fire-protection-mepf','','','2017-08-07 12:12:55','2017-08-07 04:12:55','',0,'http://localhost/netpac/et_pb_layout/mechanical-electrical-plumbing-and-fire-protection-mepf/',0,'et_pb_layout','',0),(565,1,'2017-08-07 12:13:27','2017-08-07 04:13:27','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n3qb ODC International Plaza\n219 Salcedo St. Legaspi Village\nMakati City 1229 Philippines\n\n<strong>METRO CEBU</strong>\n87 Rahmann Street\nBarangay Zapatera\nCebu City 6000 Philippines\n\n<strong>METRO DAVAO</strong>\n34 C.M. Recto Avenue, Poblacion District,\nDavao City, 8000 Philippines\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n(632) 893 9306; (632) 893 4953\n(632) 817 5314; (632) 817 5316\n\n<strong>METRO CEBU</strong>\n(032) 401 1311\nTelefax No.: (032) 505 6577\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\ninfo@netpacific.net\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Address','','publish','closed','closed','','address','','','2017-08-07 12:13:27','2017-08-07 04:13:27','',0,'http://localhost/netpac/et_pb_layout/address/',0,'et_pb_layout','',0),(566,1,'2017-08-07 12:15:19','2017-08-07 04:15:19','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" template_type=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR SERVICES\n\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Our Services','','publish','closed','closed','','our-services','','','2017-08-07 12:15:19','2017-08-07 04:15:19','',0,'http://localhost/netpac/et_pb_layout/our-services/',0,'et_pb_layout','',0),(567,1,'2017-08-07 12:16:41','2017-08-07 04:16:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8877.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','publish','closed','closed','','access-control','','','2017-08-09 08:22:45','2017-08-09 00:22:45','',0,'http://localhost/netpac/?page_id=567',0,'page','',0),(568,1,'2017-08-07 12:16:41','2017-08-07 04:16:41','','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 12:16:41','2017-08-07 04:16:41','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(569,1,'2017-08-08 09:56:11','2017-08-08 01:56:11','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>ACCESS CONTROL</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\n\n[/et_pb_text][et_pb_image _builder_version=\"3.0.64\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n3qb ODC International Plaza<br />\n219 Salcedo St. Legaspi Village<br />\nMakati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />\n87 Rahmann Street<br />\nBarangay Zapatera<br />\nCebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />\n34 C.M. Recto Avenue, Poblacion District,<br />\nDavao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n(632) 893 9306; (632) 893 4953<br />\n(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />\n(032) 401 1311<br />\nTelefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-autosave-v1','','','2017-08-08 09:56:11','2017-08-08 01:56:11','',567,'http://localhost/netpac/2017/08/07/567-autosave-v1/',0,'revision','',0),(570,1,'2017-08-07 12:19:37','2017-08-07 04:19:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" template_type=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR SERVICES\n\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Our Services','','publish','closed','closed','','our-services-2','','','2017-08-07 12:19:37','2017-08-07 04:19:37','',0,'http://localhost/netpac/et_pb_layout/our-services-2/',0,'et_pb_layout','',0),(571,1,'2017-08-07 12:20:23','2017-08-07 04:20:23','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR SERVICES\n\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR CLIENTS\n\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\n\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nOur Valued Clients\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\n\n<ul>\n 	<li>A world-leading outsourcing service partner</li>\n 	<li>An American multinational information technology company</li>\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\n 	<li>A multinational oil and gas company</li>\n 	<li>The third oldest university in the Philippines</li>\n 	<li>A major provider of local telecommunications services in the Philippines</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\n 	<li>A roman catholic, lasallian research university</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<ul>\n 	<li>The largest chain of shopping malls in the Philippines</li>\n 	<li>The world\'s largest international serviced residence owner-operator</li>\n 	<li>A Canadian insurance company and financial services provider</li>\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\n</ul>\n\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\n\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\n\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nTESTIMONIALS\n\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\n\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\n<em><small>Senior Management / URC International</small></em>\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\n<span class=\"highlight\">What else can I say?\nIt’s expertise that we trust.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\n<em><small>Senior Management / HP Eton Centris</small></em>\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\n\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\n\n[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\n\nOUR COMPANY\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\n\nCompetitive\nAccountable\nAdvancement\nResponsive\nExpertise\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\n\nCONTACT US\n\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\n\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\n\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n3qb ODC International Plaza\n219 Salcedo St. Legaspi Village\nMakati City 1229 Philippines\n\n<strong>METRO CEBU</strong>\n87 Rahmann Street\nBarangay Zapatera\nCebu City 6000 Philippines\n\n<strong>METRO DAVAO</strong>\n34 C.M. Recto Avenue, Poblacion District,\nDavao City, 8000 Philippines\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n(632) 893 9306; (632) 893 4953\n(632) 817 5314; (632) 817 5316\n\n<strong>METRO CEBU</strong>\n(032) 401 1311\nTelefax No.: (032) 505 6577\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\ninfo@netpacific.net\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test','','publish','closed','closed','','test','','','2017-08-07 12:20:23','2017-08-07 04:20:23','',0,'http://localhost/netpac/et_pb_layout/test/',0,'et_pb_layout','',0),(572,1,'2017-08-07 12:21:02','2017-08-07 04:21:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 12:21:02','2017-08-07 04:21:02','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(573,1,'2017-08-07 20:00:34','2017-08-07 12:00:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:00:34','2017-08-07 12:00:34','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(574,1,'2017-08-07 20:01:08','2017-08-07 12:01:08','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:01:08','2017-08-07 12:01:08','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(575,1,'2017-08-07 20:01:34','2017-08-07 12:01:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:01:34','2017-08-07 12:01:34','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(576,1,'2017-08-07 20:02:49','2017-08-07 12:02:49','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;||opacity: 1 !important;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:02:49','2017-08-07 12:02:49','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(577,1,'2017-08-07 20:04:55','2017-08-07 12:04:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:04:55','2017-08-07 12:04:55','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(578,1,'2017-08-07 20:07:24','2017-08-07 12:07:24','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:07:24','2017-08-07 12:07:24','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(579,1,'2017-08-07 20:07:48','2017-08-07 12:07:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:07:48','2017-08-07 12:07:48','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(580,1,'2017-08-07 20:08:22','2017-08-07 12:08:22','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:08:22','2017-08-07 12:08:22','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(581,1,'2017-08-07 20:10:37','2017-08-07 12:10:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:10:37','2017-08-07 12:10:37','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(582,1,'2017-08-07 20:16:07','2017-08-07 12:16:07','','','','inherit','open','closed','','mechanical-w','','','2017-08-07 20:16:11','2017-08-07 12:16:11','',567,'http://localhost/netpac/wp-content/uploads/2017/08/MECHANICAL-w.png',0,'attachment','image/png',0),(583,1,'2017-08-07 20:19:37','2017-08-07 12:19:37','','','','inherit','open','closed','','electrical-w','','','2017-08-07 20:19:43','2017-08-07 12:19:43','',567,'http://localhost/netpac/wp-content/uploads/2017/08/ELECTRICAL-w.png',0,'attachment','image/png',0),(584,1,'2017-08-07 20:19:38','2017-08-07 12:19:38','','','','inherit','open','closed','','fire-protection-w','','','2017-08-07 20:19:45','2017-08-07 12:19:45','',567,'http://localhost/netpac/wp-content/uploads/2017/08/FIRE-PROTECTION-w.png',0,'attachment','image/png',0),(585,1,'2017-08-07 20:19:38','2017-08-07 12:19:38','','','','inherit','open','closed','','plumbing-w','','','2017-08-07 20:19:47','2017-08-07 12:19:47','',567,'http://localhost/netpac/wp-content/uploads/2017/08/PLUMBING-w.png',0,'attachment','image/png',0),(586,1,'2017-08-07 20:22:43','2017-08-07 12:22:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:22:43','2017-08-07 12:22:43','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(587,1,'2017-08-07 20:26:33','2017-08-07 12:26:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-07 20:26:33','2017-08-07 12:26:33','',567,'http://localhost/netpac/2017/08/07/567-revision-v1/',0,'revision','',0),(588,1,'2017-08-08 09:27:55','2017-08-08 01:27:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:27:55','2017-08-08 01:27:55','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(589,1,'2017-08-08 09:28:26','2017-08-08 01:28:26','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:28:26','2017-08-08 01:28:26','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(590,1,'2017-08-08 09:28:51','2017-08-08 01:28:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:28:51','2017-08-08 01:28:51','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(591,1,'2017-08-08 09:29:08','2017-08-08 01:29:08','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:29:08','2017-08-08 01:29:08','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(592,1,'2017-08-08 09:29:21','2017-08-08 01:29:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:29:21','2017-08-08 01:29:21','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(593,1,'2017-08-08 09:30:30','2017-08-08 01:30:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:30:30','2017-08-08 01:30:30','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(594,1,'2017-08-08 09:37:45','2017-08-08 01:37:45','','','','inherit','open','closed','','picture5-crop-u19633','','','2017-08-08 09:37:48','2017-08-08 01:37:48','',567,'http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg',0,'attachment','image/jpeg',0),(595,1,'2017-08-08 09:37:51','2017-08-08 01:37:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:37:51','2017-08-08 01:37:51','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(596,1,'2017-08-08 09:44:37','2017-08-08 01:44:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:44:37','2017-08-08 01:44:37','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(597,1,'2017-08-08 09:45:30','2017-08-08 01:45:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:45:30','2017-08-08 01:45:30','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(598,1,'2017-08-08 09:47:33','2017-08-08 01:47:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:47:33','2017-08-08 01:47:33','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(599,1,'2017-08-08 09:48:49','2017-08-08 01:48:49','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:48:49','2017-08-08 01:48:49','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(600,1,'2017-08-08 09:49:29','2017-08-08 01:49:29','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle .img {\\nborder-radius:100px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','473f0500-429a-4298-91b7-9fe344280ac8','','','2017-08-08 09:49:29','2017-08-08 01:49:29','',0,'http://localhost/netpac/2017/08/08/473f0500-429a-4298-91b7-9fe344280ac8/',0,'customize_changeset','',0),(601,1,'2017-08-08 09:49:29','2017-08-08 01:49:29','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle .img {\nborder-radius:100px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-08 09:49:29','2017-08-08 01:49:29','',43,'http://localhost/netpac/2017/08/08/43-revision-v1/',0,'revision','',0),(602,1,'2017-08-08 09:49:55','2017-08-08 01:49:55','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','783ee7e4-622f-4ff8-a8a6-02ff9c68c58e','','','2017-08-08 09:49:55','2017-08-08 01:49:55','',0,'http://localhost/netpac/2017/08/08/783ee7e4-622f-4ff8-a8a6-02ff9c68c58e/',0,'customize_changeset','',0),(603,1,'2017-08-08 09:49:55','2017-08-08 01:49:55','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-08 09:49:55','2017-08-08 01:49:55','',43,'http://localhost/netpac/2017/08/08/43-revision-v1/',0,'revision','',0),(604,1,'2017-08-08 09:51:20','2017-08-08 01:51:20','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:51:20','2017-08-08 01:51:20','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(605,1,'2017-08-08 09:53:28','2017-08-08 01:53:28','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"24\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:53:28','2017-08-08 01:53:28','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(606,1,'2017-08-08 09:53:45','2017-08-08 01:53:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:53:45','2017-08-08 01:53:45','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(607,1,'2017-08-08 09:56:12','2017-08-08 01:56:12','','','','inherit','open','closed','','u1247','','','2017-08-08 09:56:15','2017-08-08 01:56:15','',567,'http://localhost/netpac/wp-content/uploads/2017/08/u1247.png',0,'attachment','image/png',0),(608,1,'2017-08-08 09:56:25','2017-08-08 01:56:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:56:25','2017-08-08 01:56:25','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(609,1,'2017-08-08 09:56:57','2017-08-08 01:56:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:56:57','2017-08-08 01:56:57','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(610,1,'2017-08-08 09:57:06','2017-08-08 01:57:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:57:06','2017-08-08 01:57:06','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(611,1,'2017-08-08 09:59:25','2017-08-08 01:59:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:59:25','2017-08-08 01:59:25','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(612,1,'2017-08-08 09:59:51','2017-08-08 01:59:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 09:59:51','2017-08-08 01:59:51','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(613,1,'2017-08-08 10:00:17','2017-08-08 02:00:17','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 10:00:17','2017-08-08 02:00:17','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(614,1,'2017-08-08 10:06:27','2017-08-08 02:06:27','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-08 10:06:27','2017-08-08 02:06:27','',567,'http://localhost/netpac/2017/08/08/567-revision-v1/',0,'revision','',0),(615,1,'2017-08-08 10:07:11','2017-08-08 02:07:11','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','4e5c5827-2310-4b6a-b0e4-32d7957fa30f','','','2017-08-08 10:07:11','2017-08-08 02:07:11','',0,'http://localhost/netpac/?p=615',0,'customize_changeset','',0),(616,1,'2017-08-08 10:07:11','2017-08-08 02:07:11','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-08 10:07:11','2017-08-08 02:07:11','',43,'http://localhost/netpac/2017/08/08/43-revision-v1/',0,'revision','',0),(617,1,'2017-08-08 10:08:26','2017-08-08 02:08:26','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','454de485-8505-4ba0-ba2d-a552abc4810e','','','2017-08-08 10:08:26','2017-08-08 02:08:26','',0,'http://localhost/netpac/?p=617',0,'customize_changeset','',0),(618,1,'2017-08-08 10:08:26','2017-08-08 02:08:26','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-08 10:08:26','2017-08-08 02:08:26','',43,'http://localhost/netpac/2017/08/08/43-revision-v1/',0,'revision','',0),(619,1,'2017-08-08 10:19:24','2017-08-08 02:19:24','{\"et_divi[primary_nav_dropdown_bg]\":{\"value\":\"#1f4897\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','d7fb3b51-e714-40a5-af98-f3c2a6350c98','','','2017-08-08 10:19:24','2017-08-08 02:19:24','',0,'http://localhost/netpac/?p=619',0,'customize_changeset','',0),(620,1,'2017-08-08 10:21:52','2017-08-08 02:21:52','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\\n\\n#main-header .et_mobile_menu {\\nbackground-color: #1F4897;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','b11fd9d3-29c7-4994-89c7-1ed689d2e3ee','','','2017-08-08 10:21:52','2017-08-08 02:21:52','',0,'http://localhost/netpac/?p=620',0,'customize_changeset','',0),(621,1,'2017-08-08 10:21:52','2017-08-08 02:21:52','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-08 10:21:52','2017-08-08 02:21:52','',43,'http://localhost/netpac/2017/08/08/43-revision-v1/',0,'revision','',0),(622,1,'2017-08-09 07:26:11','2017-08-08 23:26:11','{\"et_divi[menu_height]\":{\"value\":\"55\",\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','04316d99-1e7c-404a-907f-0aa9ae745c05','','','2017-08-09 07:26:11','2017-08-08 23:26:11','',0,'http://localhost/netpac/2017/08/09/04316d99-1e7c-404a-907f-0aa9ae745c05/',0,'customize_changeset','',0),(623,1,'2017-08-09 07:29:18','2017-08-08 23:29:18','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-09 07:29:18','2017-08-08 23:29:18','',37,'http://localhost/netpac/2017/08/09/37-revision-v1/',0,'revision','',0),(624,1,'2017-08-09 07:31:50','2017-08-08 23:31:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-09 07:31:50','2017-08-08 23:31:50','',567,'http://localhost/netpac/2017/08/09/567-revision-v1/',0,'revision','',0),(625,1,'2017-08-09 07:33:37','2017-08-08 23:33:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-09 07:33:37','2017-08-08 23:33:37','',567,'http://localhost/netpac/2017/08/09/567-revision-v1/',0,'revision','',0),(626,1,'2017-08-09 07:34:31','2017-08-08 23:34:31','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-09 07:34:31','2017-08-08 23:34:31','',37,'http://localhost/netpac/2017/08/09/37-revision-v1/',0,'revision','',0),(627,1,'2017-08-09 07:35:16','2017-08-08 23:35:16','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-09 07:35:16','2017-08-08 23:35:16','',567,'http://localhost/netpac/2017/08/09/567-revision-v1/',0,'revision','',0),(629,1,'2017-08-09 07:36:44','2017-08-08 23:36:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture2-crop-u19640.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8249.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','publish','closed','closed','','building-management-system','','','2017-08-09 08:23:50','2017-08-09 00:23:50','',0,'http://localhost/netpac/?page_id=629',0,'page','',0),(630,1,'2017-08-09 07:36:44','2017-08-08 23:36:44','','Building Management System','','inherit','closed','closed','','629-revision-v1','','','2017-08-09 07:36:44','2017-08-08 23:36:44','',629,'http://localhost/netpac/2017/08/09/629-revision-v1/',0,'revision','',0),(631,1,'2017-08-09 07:38:55','2017-08-08 23:38:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1378.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','inherit','closed','closed','','629-autosave-v1','','','2017-08-09 07:38:55','2017-08-08 23:38:55','',629,'http://localhost/netpac/2017/08/09/629-autosave-v1/',0,'revision','',0),(632,1,'2017-08-09 07:38:47','2017-08-08 23:38:47','','','','inherit','open','closed','','u1378','','','2017-08-09 07:38:52','2017-08-08 23:38:52','',629,'http://localhost/netpac/wp-content/uploads/2017/08/u1378.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (633,1,'2017-08-09 07:40:56','2017-08-08 23:40:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1378.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','inherit','closed','closed','','629-revision-v1','','','2017-08-09 07:40:56','2017-08-08 23:40:56','',629,'http://localhost/netpac/2017/08/09/629-revision-v1/',0,'revision','',0),(634,1,'2017-08-09 07:41:45','2017-08-08 23:41:45','','','','inherit','open','closed','','picture2-crop-u19640','','','2017-08-09 07:41:48','2017-08-08 23:41:48','',629,'http://localhost/netpac/wp-content/uploads/2017/08/picture2-crop-u19640.jpg',0,'attachment','image/jpeg',0),(635,1,'2017-08-09 07:41:52','2017-08-08 23:41:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture2-crop-u19640.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1378.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','inherit','closed','closed','','629-revision-v1','','','2017-08-09 07:41:52','2017-08-08 23:41:52','',629,'http://localhost/netpac/2017/08/09/629-revision-v1/',0,'revision','',0),(636,1,'2017-08-09 07:45:13','2017-08-08 23:45:13','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nNet Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR CLIENTS\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nAt Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nOur Valued Clients\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n 	<li>A world-leading outsourcing service partner</li>\r\n 	<li>An American multinational information technology company</li>\r\n 	<li>Philippines\' 4th largest bank in terms of assets</li>\r\n 	<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n 	<li>A multinational oil and gas company</li>\r\n 	<li>The third oldest university in the Philippines</li>\r\n 	<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n 	<li>A provider of outsourced, integrated customer care and billing services</li>\r\n 	<li>The largest telecommunications and digital services company in the Philippines</li>\r\n 	<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n 	<li>The largest chain of shopping malls in the Philippines</li>\r\n 	<li>The world\'s largest international serviced residence owner-operator</li>\r\n 	<li>A Canadian insurance company and financial services provider</li>\r\n 	<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nTESTIMONIALS\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.\r\n<em><small>Senior Management / URC International</small></em>\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span>\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span>\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em>\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span>\r\n<span class=\"highlight\">What else can I say?\r\nIt’s expertise that we trust.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.\r\n<em><small>Senior Management / HP Eton Centris</small></em>\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span>\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span>\r\n\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em>\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span>\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span>\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" />\r\n\r\nOUR COMPANY\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nTo provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\nCompetitive\r\nAccountable\r\nAdvancement\r\nResponsive\r\nExpertise\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" />\r\n\r\nCONTACT US\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','37-revision-v1','','','2017-08-09 07:45:13','2017-08-08 23:45:13','',37,'http://localhost/netpac/2017/08/09/37-revision-v1/',0,'revision','',0),(637,1,'2017-08-09 07:47:25','2017-08-08 23:47:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>NETWORKING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7621.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','publish','closed','closed','','networking','','','2017-08-09 07:54:33','2017-08-08 23:54:33','',0,'http://localhost/netpac/?page_id=637',0,'page','',0),(638,1,'2017-08-09 07:47:25','2017-08-08 23:47:25','','Networking','','inherit','closed','closed','','637-revision-v1','','','2017-08-09 07:47:25','2017-08-08 23:47:25','',637,'http://localhost/netpac/2017/08/09/637-revision-v1/',0,'revision','',0),(639,1,'2017-08-09 07:49:19','2017-08-08 23:49:19','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>NETWORKING</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','inherit','closed','closed','','637-autosave-v1','','','2017-08-09 07:49:19','2017-08-08 23:49:19','',637,'http://localhost/netpac/2017/08/09/637-autosave-v1/',0,'revision','',0),(640,1,'2017-08-09 07:49:12','2017-08-08 23:49:12','','','','inherit','open','closed','','dreamstime_l_6094698-crop-u19647','','','2017-08-09 07:49:16','2017-08-08 23:49:16','',637,'http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg',0,'attachment','image/jpeg',0),(641,1,'2017-08-09 07:49:57','2017-08-08 23:49:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>NETWORKING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','inherit','closed','closed','','637-revision-v1','','','2017-08-09 07:49:57','2017-08-08 23:49:57','',637,'http://localhost/netpac/2017/08/09/637-revision-v1/',0,'revision','',0),(643,1,'2017-08-09 07:51:15','2017-08-08 23:51:15','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>NETWORKING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1406.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','inherit','closed','closed','','637-revision-v1','','','2017-08-09 07:51:15','2017-08-08 23:51:15','',637,'http://localhost/netpac/2017/08/09/637-revision-v1/',0,'revision','',0),(645,1,'2017-08-09 07:53:57','2017-08-08 23:53:57','','','','inherit','open','closed','','u7621','','','2017-08-09 07:54:00','2017-08-08 23:54:00','',637,'http://localhost/netpac/wp-content/uploads/2017/08/u7621.png',0,'attachment','image/png',0),(646,1,'2017-08-09 07:54:03','2017-08-08 23:54:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"900px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>NETWORKING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7621.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','inherit','closed','closed','','637-revision-v1','','','2017-08-09 07:54:03','2017-08-08 23:54:03','',637,'http://localhost/netpac/2017/08/09/637-revision-v1/',0,'revision','',0),(647,1,'2017-08-09 07:54:33','2017-08-08 23:54:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dreamstime_l_6094698-crop-u19647.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"NETWORKING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>NETWORKING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7621.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We provide interconnectivity and networking regardless of scale. With our list of well-pleased clients, we specify the best and most reliable equipment in the world, we install them, ensure their quality,  and manage our work as professionals.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Networking','','inherit','closed','closed','','637-revision-v1','','','2017-08-09 07:54:33','2017-08-08 23:54:33','',637,'http://localhost/netpac/2017/08/09/637-revision-v1/',0,'revision','',0),(648,1,'2017-08-09 07:55:21','2017-08-08 23:55:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-09 07:55:21','2017-08-08 23:55:21','',567,'http://localhost/netpac/2017/08/09/567-revision-v1/',0,'revision','',0),(649,1,'2017-08-09 07:55:47','2017-08-08 23:55:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>ACCESS CONTROL</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1247.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n3qb ODC International Plaza<br />\n219 Salcedo St. Legaspi Village<br />\nMakati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />\n87 Rahmann Street<br />\nBarangay Zapatera<br />\nCebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />\n34 C.M. Recto Avenue, Poblacion District,<br />\nDavao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n(632) 893 9306; (632) 893 4953<br />\n(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />\n(032) 401 1311<br />\nTelefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','publish','closed','closed','','access-control','','','2017-08-09 07:55:47','2017-08-08 23:55:47','',0,'http://localhost/netpac/et_pb_layout/access-control/',0,'et_pb_layout','',0),(650,1,'2017-08-09 07:56:11','2017-08-08 23:56:11','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture2-crop-u19640.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u1378.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','inherit','closed','closed','','629-revision-v1','','','2017-08-09 07:56:11','2017-08-08 23:56:11','',629,'http://localhost/netpac/2017/08/09/629-revision-v1/',0,'revision','',0),(651,1,'2017-08-09 07:57:05','2017-08-08 23:57:05','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture1-crop-u19654.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE DETECTION AND SYSTEM (FDAS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>FIRE DETECTION AND SYSTEM (FDAS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7307.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Business safety and security from fire is a basic but one of the more important facilities in a building. Although a seemingly straightforward from an installation standpoint, it is not to be taken for granted. Fire alarm work can be quite complex, especially when you consider the enormous moral and legal responsibilities involved. But with our experience and expertise in this area, you may rest assured your business is protected with the world-class prevention and early detection systems we specify and install.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Detection and Alarm System','','publish','closed','closed','','fire-detection-and-alarm-system','','','2017-08-09 07:59:09','2017-08-08 23:59:09','',0,'http://localhost/netpac/?page_id=651',0,'page','',0),(652,1,'2017-08-09 07:57:05','2017-08-08 23:57:05','','Fire Detection and Alarm System','','inherit','closed','closed','','651-revision-v1','','','2017-08-09 07:57:05','2017-08-08 23:57:05','',651,'http://localhost/netpac/2017/08/09/651-revision-v1/',0,'revision','',0),(653,1,'2017-08-09 07:58:12','2017-08-08 23:58:12','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE DETECTION AND SYSTEM (FDAS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>FIRE DETECTION AND SYSTEM (FDAS)</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7307.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>Business safety and security from fire is a basic but one of the more important facilities in a building. Although a seemingly straightforward from an installation standpoint, it is not to be taken for granted. Fire alarm work can be quite complex, especially when you consider the enormous moral and legal responsibilities involved. But with our experience and expertise in this area, you may rest assured your business is protected with the world-class prevention and early detection systems we specify and install.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Detection and Alarm System','','inherit','closed','closed','','651-autosave-v1','','','2017-08-09 07:58:12','2017-08-08 23:58:12','',651,'http://localhost/netpac/2017/08/09/651-autosave-v1/',0,'revision','',0),(654,1,'2017-08-09 07:58:03','2017-08-08 23:58:03','','','','inherit','open','closed','','u7307','','','2017-08-09 07:58:09','2017-08-08 23:58:09','',651,'http://localhost/netpac/wp-content/uploads/2017/08/u7307.png',0,'attachment','image/png',0),(655,1,'2017-08-09 07:58:24','2017-08-08 23:58:24','','','','inherit','open','closed','','picture1-crop-u19654','','','2017-08-09 07:58:29','2017-08-08 23:58:29','',651,'http://localhost/netpac/wp-content/uploads/2017/08/picture1-crop-u19654.png',0,'attachment','image/png',0),(656,1,'2017-08-09 07:58:32','2017-08-08 23:58:32','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture1-crop-u19654.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE DETECTION AND SYSTEM (FDAS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>FIRE DETECTION AND SYSTEM (FDAS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7307.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Business safety and security from fire is a basic but one of the more important facilities in a building. Although a seemingly straightforward from an installation standpoint, it is not to be taken for granted. Fire alarm work can be quite complex, especially when you consider the enormous moral and legal responsibilities involved. But with our experience and expertise in this area, you may rest assured your business is protected with the world-class prevention and early detection systems we specify and install.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Detection and Alarm System','','inherit','closed','closed','','651-revision-v1','','','2017-08-09 07:58:32','2017-08-08 23:58:32','',651,'http://localhost/netpac/2017/08/09/651-revision-v1/',0,'revision','',0),(657,1,'2017-08-09 08:01:12','2017-08-09 00:01:12','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','publish','closed','closed','','structured-cabling','','','2017-08-14 08:41:44','2017-08-14 00:41:44','',0,'http://localhost/netpac/?page_id=657',0,'page','',0),(658,1,'2017-08-09 08:01:12','2017-08-09 00:01:12','','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:01:12','2017-08-09 00:01:12','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(659,1,'2017-08-14 08:39:50','2017-08-14 00:39:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>STRUCTURED CABLING SYSTEMS</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\"]\n\n<p>Case Study</p>\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-autosave-v1','','','2017-08-14 08:39:50','2017-08-14 00:39:50','',657,'http://localhost/netpac/2017/08/09/657-autosave-v1/',0,'revision','',0),(660,1,'2017-08-09 08:02:09','2017-08-09 00:02:09','','','','inherit','open','closed','','12606975_1253302998020056_151253412_n-crop-u19529','','','2017-08-09 08:02:12','2017-08-09 00:02:12','',657,'http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg',0,'attachment','image/jpeg',0),(661,1,'2017-08-09 08:02:58','2017-08-09 00:02:58','','','','inherit','open','closed','','u5962','','','2017-08-09 08:03:01','2017-08-09 00:03:01','',657,'http://localhost/netpac/wp-content/uploads/2017/08/u5962.png',0,'attachment','image/png',0),(662,1,'2017-08-09 08:03:04','2017-08-09 00:03:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>STRUCTURED CABLING SYSTEMS</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:03:04','2017-08-09 00:03:04','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(663,1,'2017-08-09 08:22:34','2017-08-09 00:22:34','','','','inherit','open','closed','','u8877','','','2017-08-09 08:22:43','2017-08-09 00:22:43','',567,'http://localhost/netpac/wp-content/uploads/2017/08/u8877.png',0,'attachment','image/png',0),(664,1,'2017-08-09 08:22:45','2017-08-09 00:22:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture5-crop-u19633.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ACCESS CONTROL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ACCESS CONTROL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8877.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>We give you access to the latest advancements in building access control with high-end security doors, turnstiles, parking gate, elevator, or other physical barrier where granting access can be electronically controlled.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Access Control','','inherit','closed','closed','','567-revision-v1','','','2017-08-09 08:22:45','2017-08-09 00:22:45','',567,'http://localhost/netpac/2017/08/09/567-revision-v1/',0,'revision','',0),(665,1,'2017-08-09 08:23:43','2017-08-09 00:23:43','','u8249','','inherit','open','closed','','u8249','','','2017-08-09 08:23:43','2017-08-09 00:23:43','',629,'http://localhost/netpac/wp-content/uploads/2017/08/u8249.png',0,'attachment','image/png',0),(666,1,'2017-08-09 08:23:50','2017-08-09 00:23:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture2-crop-u19640.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>BUILDING MANAGEMENT SYSTEM (BMS)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8249.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As one of the country’s leaders in advanced building technologies, we take pride in providing state-of-the-art building management systems to help monitor and manage the mechanical, electrical and electromechanical services like power, heating, ventilation, air-conditioning, physical access control, pumping stations, elevators and lights in our projects.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />3qb ODC International Plaza<br />219 Salcedo St. Legaspi Village<br />Makati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />87 Rahmann Street<br />Barangay Zapatera<br />Cebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />34 C.M. Recto Avenue, Poblacion District,<br />Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />(632) 893 9306; (632) 893 4953<br />(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />(032) 401 1311<br />Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Building Management System','','inherit','closed','closed','','629-revision-v1','','','2017-08-09 08:23:50','2017-08-09 00:23:50','',629,'http://localhost/netpac/2017/08/09/629-revision-v1/',0,'revision','',0),(667,1,'2017-08-09 08:30:17','2017-08-09 00:30:17','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:30:17','2017-08-09 00:30:17','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(668,1,'2017-08-09 08:30:48','2017-08-09 00:30:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:30:48','2017-08-09 00:30:48','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(669,1,'2017-08-09 08:31:43','2017-08-09 00:31:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:31:43','2017-08-09 00:31:43','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(670,1,'2017-08-09 08:32:11','2017-08-09 00:32:11','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:32:11','2017-08-09 00:32:11','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(671,1,'2017-08-09 08:32:43','2017-08-09 00:32:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#7f7f7f\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:32:43','2017-08-09 00:32:43','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(672,1,'2017-08-09 08:33:49','2017-08-09 00:33:49','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#7f7f7f\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" body_font_size=\"14\" body_font_size_tablet=\"14\" body_font_size_phone=\"14\" body_text_color=\"#7f7f7f\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:33:49','2017-08-09 00:33:49','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(673,1,'2017-08-09 08:38:53','2017-08-09 00:38:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#7f7f7f\" custom_css_slide_description=\"text-shadow: none;||color:#000 !important;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" body_font_size=\"14\" body_font_size_tablet=\"14\" body_font_size_phone=\"14\" body_text_color=\"#7f7f7f\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:38:53','2017-08-09 00:38:53','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(674,1,'2017-08-09 08:40:00','2017-08-09 00:40:00','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#7f7f7f\" custom_css_slide_description=\"text-shadow: none;\" header_text_color=\"#000000\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" body_font_size=\"14\" body_font_size_tablet=\"14\" body_font_size_phone=\"14\" body_text_color=\"#7f7f7f\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:40:00','2017-08-09 00:40:00','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(675,1,'2017-08-09 08:40:42','2017-08-09 00:40:42','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;\" header_text_color=\"#000000\" body_font_size=\"14\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" body_font_size=\"14\" body_font_size_tablet=\"14\" body_font_size_phone=\"14\" body_text_color=\"#7f7f7f\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:40:42','2017-08-09 00:40:42','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(676,1,'2017-08-09 08:41:15','2017-08-09 00:41:15','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;\" header_text_color=\"#000000\" body_font_size=\"14\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<h3 style=\"text-align: center;\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:41:15','2017-08-09 00:41:15','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(677,1,'2017-08-09 08:44:05','2017-08-09 00:44:05','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;\" header_text_color=\"#000000\" body_font_size=\"14\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<h3 style=\"text-align: center;color:#3C3C3C\">THE CHALLENGE</h3>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n\r\n<h3 style=\"text-align: center;color:#3C3C3C\">OUR SOLUTION</h3>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:44:05','2017-08-09 00:44:05','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(678,1,'2017-08-09 08:47:25','2017-08-09 00:47:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"] OUR SERVICES [/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"] Information Technology Systems / Extra Low Voltage (ITS/ELV) [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"] STRUCTURED CABLING SYSTEMS [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"] Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;\" header_text_color=\"#000000\" body_font_size=\"14\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p style=\"text-align: center;\"><strong>THE CHALLENGE</strong>\r\nA 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\"><strong>OUR SOLUTION</strong>\r\nIt took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"] info@netpacific.net [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"] <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:47:25','2017-08-09 00:47:25','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(679,1,'2017-08-09 08:50:59','2017-08-09 00:50:59','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||font-weight:100;\" header_text_color=\"#000000\" body_font_size=\"14\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:50:59','2017-08-09 00:50:59','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(680,1,'2017-08-09 08:53:48','2017-08-09 00:53:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:53:48','2017-08-09 00:53:48','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(681,1,'2017-08-09 08:54:20','2017-08-09 00:54:20','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\\n\\n#main-header .et_mobile_menu {\\nbackground-color: #1F4897;\\n}\\n\\n.h-slide {\\nfont-size:20px;\\nfont-weight:bold;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','3fbd8b38-61fe-4622-9d9c-00d35ca7d6a2','','','2017-08-09 08:54:21','2017-08-09 00:54:21','',0,'http://localhost/netpac/?p=681',0,'customize_changeset','',0),(682,1,'2017-08-09 08:54:21','2017-08-09 00:54:21','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:20px;\nfont-weight:bold;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-09 08:54:21','2017-08-09 00:54:21','',43,'http://localhost/netpac/2017/08/09/43-revision-v1/',0,'revision','',0),(683,1,'2017-08-09 08:54:45','2017-08-09 00:54:45','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\\n\\n#main-header .et_mobile_menu {\\nbackground-color: #1F4897;\\n}\\n\\n.h-slide {\\nfont-size:24px;\\ncolor:#7F7F7F;\\nfont-weight:bold;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','b7979f97-5405-4e53-82e8-a4ada4b43b4d','','','2017-08-09 08:54:45','2017-08-09 00:54:45','',0,'http://localhost/netpac/2017/08/09/b7979f97-5405-4e53-82e8-a4ada4b43b4d/',0,'customize_changeset','',0),(684,1,'2017-08-09 08:54:45','2017-08-09 00:54:45','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:24px;\ncolor:#7F7F7F;\nfont-weight:bold;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-09 08:54:45','2017-08-09 00:54:45','',43,'http://localhost/netpac/2017/08/09/43-revision-v1/',0,'revision','',0),(685,1,'2017-08-09 08:55:42','2017-08-09 00:55:42','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\\n\\n#main-header .et_mobile_menu {\\nbackground-color: #1F4897;\\n}\\n\\n.h-slide {\\nfont-size:24px;\\ncolor:#7F7F7F;\\nfont-weight:bold;\\npadding:30px 0 10px 0;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','5bd78607-6e65-4b5b-ac64-c4fb223d17b3','','','2017-08-09 08:55:42','2017-08-09 00:55:42','',0,'http://localhost/netpac/2017/08/09/5bd78607-6e65-4b5b-ac64-c4fb223d17b3/',0,'customize_changeset','',0),(686,1,'2017-08-09 08:55:42','2017-08-09 00:55:42','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:24px;\ncolor:#7F7F7F;\nfont-weight:bold;\npadding:30px 0 10px 0;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-09 08:55:42','2017-08-09 00:55:42','',43,'http://localhost/netpac/2017/08/09/43-revision-v1/',0,'revision','',0),(687,1,'2017-08-09 08:56:32','2017-08-09 00:56:32','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"0px\" bottom_padding=\"0px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:56:32','2017-08-09 00:56:32','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(688,1,'2017-08-09 08:57:03','2017-08-09 00:57:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:57:03','2017-08-09 00:57:03','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(689,1,'2017-08-09 08:57:29','2017-08-09 00:57:29','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:57:29','2017-08-09 00:57:29','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(690,1,'2017-08-09 08:58:44','2017-08-09 00:58:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 08:58:44','2017-08-09 00:58:44','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(691,1,'2017-08-09 09:03:27','2017-08-09 01:03:27','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 09:03:27','2017-08-09 01:03:27','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(692,1,'2017-08-09 09:04:24','2017-08-09 01:04:24','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 09:04:24','2017-08-09 01:04:24','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(693,1,'2017-08-09 09:06:40','2017-08-09 01:06:40','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 09:06:40','2017-08-09 01:06:40','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(694,1,'2017-08-09 09:07:32','2017-08-09 01:07:32','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end.  To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-09 09:07:32','2017-08-09 01:07:32','',657,'http://localhost/netpac/2017/08/09/657-revision-v1/',0,'revision','',0),(696,1,'2017-08-09 09:09:50','2017-08-09 01:09:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nDATA CENTER\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nWith IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" text_font=\"|on|||\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','publish','closed','closed','','data-center','','','2017-08-14 08:37:47','2017-08-14 00:37:47','',0,'http://localhost/netpac/?page_id=696',0,'page','',0),(697,1,'2017-08-09 09:09:50','2017-08-09 01:09:50','','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-09 09:09:50','2017-08-09 01:09:50','',696,'http://localhost/netpac/2017/08/09/696-revision-v1/',0,'revision','',0),(698,1,'2017-08-14 08:35:33','2017-08-14 00:35:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>DATA CENTER</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\n\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\n\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\n\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\n\n[/et_pb_slide]\n\n[/et_pb_slider][et_pb_text _builder_version=\"3.0.64\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n<p>&nbsp;</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n3qb ODC International Plaza<br />\n219 Salcedo St. Legaspi Village<br />\nMakati City 1229 Philippines</p>\n<p><strong>METRO CEBU</strong><br />\n87 Rahmann Street<br />\nBarangay Zapatera<br />\nCebu City 6000 Philippines</p>\n<p><strong>METRO DAVAO</strong><br />\n34 C.M. Recto Avenue, Poblacion District,<br />\nDavao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br />\n(632) 893 9306; (632) 893 4953<br />\n(632) 817 5314; (632) 817 5316</p>\n<p><strong>METRO CEBU</strong><br />\n(032) 401 1311<br />\nTelefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-autosave-v1','','','2017-08-14 08:35:33','2017-08-14 00:35:33','',696,'http://localhost/netpac/2017/08/09/696-autosave-v1/',0,'revision','',0),(699,1,'2017-08-09 09:11:06','2017-08-09 01:11:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end.  To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-09 09:11:06','2017-08-09 01:11:06','',696,'http://localhost/netpac/2017/08/09/696-revision-v1/',0,'revision','',0),(701,1,'2017-08-14 08:12:53','2017-08-14 00:12:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors.\r\nTo address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:12:53','2017-08-14 00:12:53','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(702,1,'2017-08-14 08:15:07','2017-08-14 00:15:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:15:07','2017-08-14 00:15:07','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(703,1,'2017-08-14 08:18:11','2017-08-14 00:18:11','','','','inherit','open','closed','','picture6-crop-u19612','','','2017-08-14 08:18:15','2017-08-14 00:18:15','',696,'http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg',0,'attachment','image/jpeg',0),(704,1,'2017-08-14 08:18:20','2017-08-14 00:18:20','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:18:20','2017-08-14 00:18:20','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(705,1,'2017-08-14 08:20:05','2017-08-14 00:20:05','','','','inherit','open','closed','','u8563','','','2017-08-14 08:20:13','2017-08-14 00:20:13','',696,'http://localhost/netpac/wp-content/uploads/2017/08/u8563.png',0,'attachment','image/png',0),(706,1,'2017-08-14 08:20:16','2017-08-14 00:20:16','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:20:16','2017-08-14 00:20:16','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (707,1,'2017-08-14 08:27:43','2017-08-14 00:27:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"40px\" bottom_padding=\"60px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:27:43','2017-08-14 00:27:43','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(708,1,'2017-08-14 08:30:40','2017-08-14 00:30:40','{\"custom_css[Divi]\":{\"value\":\"\\/*\\nYou can add your own CSS here.\\n\\nClick the help icon above to learn more.\\n*\\/\\n\\n\\n\\n.c-tab .et_pb_tab_active a {\\n\\tcolor:#FFF !important;\\n}\\n\\n.c-tab .et_pb_tabs_controls {\\n    border-bottom: 2px solid #1F4897;\\n}\\n\\n\\n.c-tab .et_pb_tabs_controls li a {\\n\\tpadding: 10px 48.5px;\\n}\\n\\n\\n.et_pb_blurb_0 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/STRUCTURED-CABLING-SYSTEMS-1.png\\\") 0px 20px no-repeat;\\n}\\n\\n.et_pb_blurb_1 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ACCESS-CONTROL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_2 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/DATA-CENTER.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_3 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/BUILDING-MANAGEMENT-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_4 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/VIDEO-SURVEILLANCE-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_5 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/NETWORKING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_6 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-DETECTION-AND-ALARM-SYSTEM.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_7 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/MECHANICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_8 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/ELECTRICAL.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_9 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/PLUMBING.png\\\") 0px 25px no-repeat;\\n}\\n\\n.et_pb_blurb_10 .et_pb_main_blurb_image {\\nbackground:url(\\\"http:\\/\\/localhost\\/netpac\\/wp-content\\/uploads\\/2017\\/07\\/FIRE-PROTECTION.png\\\") 0px 25px no-repeat;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover {\\nbackground-image:none;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image:hover img\\n{\\nopacity:1;\\ntransition: .5s ease-out;\\n}\\n\\n.custom-hover .et_pb_main_blurb_image img {\\nopacity:0;\\nborder-radius:100px;\\ndisplay: inline-block;\\n}\\n\\n.valued-clients ul {\\nline-height:17px;\\n}\\n\\n.valued-clients ul li{\\nmargin-bottom:17px;\\n}\\n\\n\\n.our-awards ul {\\nline-height:16px;\\n}\\n\\n#testimonials span.highlight {\\nfont-size:20px;\\ncolor:#008ac2;\\n}\\n\\n#testimonials small {\\nfont-size:14px;\\n}\\n\\n.image-circle img {\\nborder-radius:100px;\\n}\\n\\n.ac .et_pb_column_1 {\\nborder-right: 2px solid #1F4897;\\n}\\n\\n\\n@media (max-width: 980px) {\\n\\t.ac .et_pb_column_1 {\\nborder-right: none;\\n}\\n}\\n\\n#main-header .et_mobile_menu {\\nbackground-color: #1F4897;\\n}\\n\\n.h-slide {\\nfont-size:24px;\\ncolor:#7F7F7F;\\nfont-weight:bold;\\npadding:30px 0 10px 0;\\n}\\n\\n.case-study .et_pb_slide_content {\\nfont-weight:100;\\n}\",\"type\":\"custom_css\",\"user_id\":1}}','','','trash','closed','closed','','1307b036-2e5d-418f-821f-1aede323bd86','','','2017-08-14 08:30:40','2017-08-14 00:30:40','',0,'http://localhost/netpac/2017/08/14/1307b036-2e5d-418f-821f-1aede323bd86/',0,'customize_changeset','',0),(709,1,'2017-08-14 08:30:40','2017-08-14 00:30:40','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n\n\n.c-tab .et_pb_tab_active a {\n	color:#FFF !important;\n}\n\n.c-tab .et_pb_tabs_controls {\n    border-bottom: 2px solid #1F4897;\n}\n\n\n.c-tab .et_pb_tabs_controls li a {\n	padding: 10px 48.5px;\n}\n\n\n.et_pb_blurb_0 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-1.png\") 0px 20px no-repeat;\n}\n\n.et_pb_blurb_1 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ACCESS-CONTROL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_2 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/DATA-CENTER.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_3 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/BUILDING-MANAGEMENT-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_4 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/VIDEO-SURVEILLANCE-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_5 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/NETWORKING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_6 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-DETECTION-AND-ALARM-SYSTEM.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_7 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/MECHANICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_8 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/ELECTRICAL.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_9 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/PLUMBING.png\") 0px 25px no-repeat;\n}\n\n.et_pb_blurb_10 .et_pb_main_blurb_image {\nbackground:url(\"http://localhost/netpac/wp-content/uploads/2017/07/FIRE-PROTECTION.png\") 0px 25px no-repeat;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover {\nbackground-image:none;\n}\n\n.custom-hover .et_pb_main_blurb_image:hover img\n{\nopacity:1;\ntransition: .5s ease-out;\n}\n\n.custom-hover .et_pb_main_blurb_image img {\nopacity:0;\nborder-radius:100px;\ndisplay: inline-block;\n}\n\n.valued-clients ul {\nline-height:17px;\n}\n\n.valued-clients ul li{\nmargin-bottom:17px;\n}\n\n\n.our-awards ul {\nline-height:16px;\n}\n\n#testimonials span.highlight {\nfont-size:20px;\ncolor:#008ac2;\n}\n\n#testimonials small {\nfont-size:14px;\n}\n\n.image-circle img {\nborder-radius:100px;\n}\n\n.ac .et_pb_column_1 {\nborder-right: 2px solid #1F4897;\n}\n\n\n@media (max-width: 980px) {\n	.ac .et_pb_column_1 {\nborder-right: none;\n}\n}\n\n#main-header .et_mobile_menu {\nbackground-color: #1F4897;\n}\n\n.h-slide {\nfont-size:24px;\ncolor:#7F7F7F;\nfont-weight:bold;\npadding:30px 0 10px 0;\n}\n\n.case-study .et_pb_slide_content {\nfont-weight:100;\n}','Divi','','inherit','closed','closed','','43-revision-v1','','','2017-08-14 08:30:40','2017-08-14 00:30:40','',43,'http://localhost/netpac/2017/08/14/43-revision-v1/',0,'revision','',0),(710,1,'2017-08-14 08:32:21','2017-08-14 00:32:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:32:21','2017-08-14 00:32:21','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(711,1,'2017-08-14 08:32:57','2017-08-14 00:32:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"0px\" bottom_padding=\"0px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:32:57','2017-08-14 00:32:57','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(712,1,'2017-08-14 08:33:20','2017-08-14 00:33:20','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"20px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:33:20','2017-08-14 00:33:20','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(713,1,'2017-08-14 08:33:47','2017-08-14 00:33:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"800px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:33:47','2017-08-14 00:33:47','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(714,1,'2017-08-14 08:35:06','2017-08-14 00:35:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:35:06','2017-08-14 00:35:06','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(715,1,'2017-08-14 08:35:56','2017-08-14 00:35:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20\" text_text_color=\"#7f7f7f\" border_style=\"solid\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:35:56','2017-08-14 00:35:56','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(716,1,'2017-08-14 08:36:04','2017-08-14 00:36:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>DATA CENTER</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>With IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20\" text_text_color=\"#7f7f7f\" border_style=\"solid\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the  modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p style=\"text-align: center;\" class=\"h-slide\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p style=\"text-align: center;\" class=\"h-slide\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:36:04','2017-08-14 00:36:04','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(717,1,'2017-08-14 08:36:37','2017-08-14 00:36:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nDATA CENTER\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nWith IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"24\" text_text_color=\"#7f7f7f\" border_style=\"solid\" text_font=\"|on|||\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:36:37','2017-08-14 00:36:37','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(718,1,'2017-08-14 08:37:21','2017-08-14 00:37:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nDATA CENTER\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nWith IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" text_font=\"|on|||\" custom_margin=\"||20px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:37:21','2017-08-14 00:37:21','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(719,1,'2017-08-14 08:37:47','2017-08-14 00:37:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture6-crop-u19612.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"DATA CENTER\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nDATA CENTER\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u8563.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nWith IT and interconnectivity being the norm in the way business is done, data centers have become an indispensable mechanical and electrical infrastructure for enterprises. From small server closets to a million square-foot, standalone buildings, we’ve got the experience and the expertise when it comes to data center engineering.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" text_font=\"|on|||\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" custom_css_slide_arrows=\"color:#7F7F7F;\" top_padding=\"10px\" bottom_padding=\"30px\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The largest retailer in the Philippines chose Hewlett-Packard Philippines as the system integrator for its all-new data center, which would serve as the group’s centralized data and command center for nationwide operations. Security and safety of information was of the utmost concern, which was why HP relied on our expertise for the structured cabling, CCTV, and auxiliary packages for the project.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We installed MPO cables by TE Connectivity and their accompanying system, a pre-tested factory solution with a high-density MPO connector at the heart of the system. We also installed the fiber backbone on seven floors. To address security in the facility, we installed a CCTV system, comprised full HD IP cameras, varifocal IP cameras, a centralized management system with a television monitor, and a LILIN Central Video Management System. Along with visual security, we deployed proximity readers and biometrics HandKey readers to secure strategic rooms such as the data center, command center, and surveillance monitoring center. For data center protection, we specified and installed the ELSA Advanced System for efficient leak detection in telecommunication switching rooms and rooms for semi-conduction and wafer manufacturing. Lastly, to secure the whole facility, we installed a Gulf Security Technology fire alarm system, as well as addressable smoke detectors, one addressable heat detector, addressable strobe horns, and six (6) addressable manual pull stations integrated into the FDAS.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A major telecommunications service’s extensive network upgrade program requires an innovative approach in I.T. facilities due to massive data and voice handling requirements. The company adopted the modular data center concepts, the first in the country, to house its high speed LTE computing networks required by more than 25,000 base stations and cell sites nationwide.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Net Pacific’s team designed and implemented end-to-end copper and fiber optics cabling solutions using Panduit Cat6A UTP structured cabling and 10G OM4 fiber backbone. It completed a total of 9 kms of 8-core and 12-core 10G fiber including the entire raceway using Panduit fiber Runner, and also implemented the Electrical Works systems of Avatar project through the client\'s general contractor. Net Pacific’s technical and logistic teams consolidated the sourcing of various components to meet the delivery challenges of all shipping methods to ensure timely project completion.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">One of the premier banks in the Philippines needed a data center that allows express, high-speed bandwidth transactions without sacrificing security. Our task was to implement and deploy the structured cabling system for their main and offsite data centers.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We provided structured cabling solutions from TE Connectivity and secured data cabinets from Emerson to ensure a reliable and error-free network foundation comprised of a TruNet copper solution, as well as a fiber and cable management solution. The TruNet copper solutions guaranteed CAT6 performance, ensuring maximum network speed, throughput, and efficiency. The indoor tight-buffered OM3 multimode fiber cable offered a low –smoke zero halogen (LSZH) high-speed 10GB solution. Therefore, the company was able to establish a robust, high-performance, and future-proof network infrastructure at its consolidated center. They also enjoyed optimized data center management and performance for its IT systems and data centers.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Data Center','','inherit','closed','closed','','696-revision-v1','','','2017-08-14 08:37:47','2017-08-14 00:37:47','',696,'http://localhost/netpac/2017/08/14/696-revision-v1/',0,'revision','',0),(720,1,'2017-08-14 08:40:12','2017-08-14 00:40:12','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-14 08:40:12','2017-08-14 00:40:12','',657,'http://localhost/netpac/2017/08/14/657-revision-v1/',0,'revision','',0),(721,1,'2017-08-14 08:40:53','2017-08-14 00:40:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nSTRUCTURED CABLING SYSTEMS\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nEstablishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Structured Cabling','','inherit','closed','closed','','657-revision-v1','','','2017-08-14 08:40:53','2017-08-14 00:40:53','',657,'http://localhost/netpac/2017/08/14/657-revision-v1/',0,'revision','',0),(722,1,'2017-08-14 08:41:43','2017-08-14 00:41:43','<p>[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]</p><p>OUR SERVICES</p><p>[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]</p><p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]</p><p>STRUCTURED CABLING SYSTEMS</p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]</p><p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]</p><p>Case Study</p><p>[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]</p><p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p><p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]</p><p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p><p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]</p><p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p><p>[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]</p><p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]</p><p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]</p><p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p><p>[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]</p><p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p><p>[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]</p><p>info@netpacific.net</p><p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]</p><p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]</p><p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]</p><p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Structure Cabling','','publish','closed','closed','','structure-cabling','','','2017-08-14 08:41:43','2017-08-14 00:41:43','',0,'http://localhost/netpac/et_pb_layout/structure-cabling/',0,'et_pb_layout','',0),(724,1,'2017-08-14 08:49:06','2017-08-14 00:49:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" border_color=\"#cccccc\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nVIDEO SURVEILLANCE SYSTEM (CCTV)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">To protect their top-of-the-line vehicles, an authorized dealer of Mercedes-Benz passenger cars  and commercial vehicles commissioned us to secure one of their major showrooms in Metro Manila.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time while ensuring quality service and to provide quality security monitoring, we used two types of dome-shaped cameras and one bullet-type. We installed 53 dome-shaped, wall and ceiling mounted network cameras within the showroom and office premises. Waterproofed and vandal-proofed, each of the dome-shaped cameras came with a varifocal lens and a built-in infrared illuminator. The 3D Noise Reduction function provided a clearer image during playback and actual recording as well.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">To help their security forces ensure the safety of their employees, students, and guests while within campus premises, the oldest university in the Philippines decided to install a CCTV system on campus.\r\nPhase 1: Install 586 cameras in five (5) buildings\r\nPhase 2: Install an additional 718 cameras for the Engineering, Education, Accountancy and High School Buildings, the research complex, the student center and the creation of a Network Operating Center (NOC) for the CCTV system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Phase 1: Using state-of-the-art IP cameras from 3S Vision, Net Pacific installed units of IP cameras at strategic places in the five (5) buildings. Net Pacific used domeshaped and bullet-type cameras, both water-proof (IP67) and vandal-proof (IP68) and with varifocal lenses and infrared capability. We also fabricated wire ways with a custom-made cable tray, wall mount cabinet and openbay rack cabinet specially made for the campus’ CCTV and data requirements, and used Belden Cat5e and Cat6 cables as the backbone of its structured cabling. Brands used in their network were Cisco Core Switch, HP POE &amp; GE UPS. With a long term partnership with the university, we intend to bridge CCTV connections from Phase 1 to the NOC for a more unified and centralized monitoring system within the campus.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The civilian national police force of the Philippines needed a way to connect the security systems at Camp Bagong Diwa to the Manila Police District using radio and called on us to address that need.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">In order to link the existing cameras, Net Pacific’s team chose strategically placed buildings within the line of sight of a military base and the Manila Police District. We set up on top of buildings and linked FireTide radio using a parabolic antenna. Net Pacific also set up units of 42” 24/7 industrial LFD monitors</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','publish','closed','closed','','video-surveillance-system-cctv','','','2017-08-14 09:16:01','2017-08-14 01:16:01','',0,'http://localhost/netpac/?page_id=724',0,'page','',0),(725,1,'2017-08-14 08:49:06','2017-08-14 00:49:06','','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-revision-v1','','','2017-08-14 08:49:06','2017-08-14 00:49:06','',724,'http://localhost/netpac/2017/08/14/724-revision-v1/',0,'revision','',0),(726,1,'2017-08-14 08:52:35','2017-08-14 00:52:35','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nOUR SERVICES\n\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" border_color=\"#cccccc\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\nVIDEO SURVEILLANCE SYSTEM (CCTV)\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\n\nCase Study\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\n\n&nbsp;\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n3qb ODC International Plaza\n219 Salcedo St. Legaspi Village\nMakati City 1229 Philippines\n\n<strong>METRO CEBU</strong>\n87 Rahmann Street\nBarangay Zapatera\nCebu City 6000 Philippines\n\n<strong>METRO DAVAO</strong>\n34 C.M. Recto Avenue, Poblacion District,\nDavao City, 8000 Philippines\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<strong>METRO MANILA</strong>\n(632) 893 9306; (632) 893 4953\n(632) 817 5314; (632) 817 5316\n\n<strong>METRO CEBU</strong>\n(032) 401 1311\nTelefax No.: (032) 505 6577\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\ninfo@netpacific.net\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-autosave-v1','','','2017-08-14 08:52:35','2017-08-14 00:52:35','',724,'http://localhost/netpac/2017/08/14/724-autosave-v1/',0,'revision','',0),(727,1,'2017-08-14 08:50:19','2017-08-14 00:50:19','','','','inherit','open','closed','','u7935','','','2017-08-14 08:50:31','2017-08-14 00:50:31','',724,'http://localhost/netpac/wp-content/uploads/2017/08/u7935.png',0,'attachment','image/png',0),(728,1,'2017-08-14 08:50:54','2017-08-14 00:50:54','','','','inherit','open','closed','','surveillance-crop-u19619','','','2017-08-14 08:51:00','2017-08-14 00:51:00','',724,'http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg',0,'attachment','image/jpeg',0),(729,1,'2017-08-14 08:51:04','2017-08-14 00:51:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nVIDEO SURVEILLANCE SYSTEM (CCTV)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-revision-v1','','','2017-08-14 08:51:04','2017-08-14 00:51:04','',724,'http://localhost/netpac/2017/08/14/724-revision-v1/',0,'revision','',0),(730,1,'2017-08-14 08:51:43','2017-08-14 00:51:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" use_border_color=\"on\" border_color=\"#cccccc\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nVIDEO SURVEILLANCE SYSTEM (CCTV)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"] [et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>\r\n[/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-revision-v1','','','2017-08-14 08:51:43','2017-08-14 00:51:43','',724,'http://localhost/netpac/2017/08/14/724-revision-v1/',0,'revision','',0),(731,1,'2017-08-14 08:53:41','2017-08-14 00:53:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" border_color=\"#cccccc\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nVIDEO SURVEILLANCE SYSTEM (CCTV)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">To protect their top-of-the-line vehicles, an authorized dealer of Mercedes-Benz passenger cars  and commercial vehicles commissioned us to secure one of their major showrooms in Metro Manila.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time while ensuring quality service and to provide quality security monitoring, we used two types of dome-shaped cameras and one bullet-type. We installed 53 dome-shaped, wall and ceiling mounted network cameras within the showroom and office premises. Waterproofed and vandal-proofed, each of the dome-shaped cameras came with a varifocal lens and a built-in infrared illuminator. The 3D Noise Reduction function provided a clearer image during playback and actual recording as well.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">o help their security forces ensure the safety of their employees, students, and guests while within campus premises, the oldest university in the Philippines decided to install a CCTV system on campus.\r\nPhase 1: Install 586 cameras in five (5) buildings\r\nPhase 2: Install an additional 718 cameras for the Engineering, Education, Accountancy and High School Buildings, the research complex, the student center and the creation of a Network Operating Center (NOC) for the CCTV system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Phase 1: Using state-of-the-art IP cameras from 3S Vision, Net Pacific installed units of IP cameras at strategic places in the five (5) buildings. Net Pacific used domeshaped and bullet-type cameras, both water-proof (IP67) and vandal-proof (IP68) and with varifocal lenses and infrared capability. We also fabricated wire ways with a custom-made cable tray, wall mount cabinet and openbay rack cabinet specially made for the campus’ CCTV and data requirements, and used Belden Cat5e and Cat6 cables as the backbone of its structured cabling. Brands used in their network were Cisco Core Switch, HP POE &amp; GE UPS. With a long term partnership with the university, we intend to bridge CCTV connections from Phase 1 to the NOC for a more unified and centralized monitoring system within the campus.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The civilian national police force of the Philippines needed a way to connect the security systems at Camp Bagong Diwa to the Manila Police District using radio and called on us to address that need.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">In order to link the existing cameras, Net Pacific’s team chose strategically placed buildings within the line of sight of a military base and the Manila Police District. We set up on top of buildings and linked FireTide radio using a parabolic antenna. Net Pacific also set up units of 42” 24/7 industrial LFD monitors</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-revision-v1','','','2017-08-14 08:53:41','2017-08-14 00:53:41','',724,'http://localhost/netpac/2017/08/14/724-revision-v1/',0,'revision','',0),(732,1,'2017-08-14 09:15:38','2017-08-14 01:15:38','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nOUR SERVICES\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/surveillance-crop-u19619.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" border_color=\"#cccccc\" /][et_pb_text admin_label=\"VIDEO SURVEILLANCE SYSTEM (CCTV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\nVIDEO SURVEILLANCE SYSTEM (CCTV)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u7935.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\nSecurity for your business is important.  That’s why we rely only on the most trusted brands of security systems in the industry. For retail shops, banks, government establishments, etc., we ensure safe and and efficient specification and installation you can count on.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\nCase Study\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">To protect their top-of-the-line vehicles, an authorized dealer of Mercedes-Benz passenger cars  and commercial vehicles commissioned us to secure one of their major showrooms in Metro Manila.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">To expedite time while ensuring quality service and to provide quality security monitoring, we used two types of dome-shaped cameras and one bullet-type. We installed 53 dome-shaped, wall and ceiling mounted network cameras within the showroom and office premises. Waterproofed and vandal-proofed, each of the dome-shaped cameras came with a varifocal lens and a built-in infrared illuminator. The 3D Noise Reduction function provided a clearer image during playback and actual recording as well.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">To help their security forces ensure the safety of their employees, students, and guests while within campus premises, the oldest university in the Philippines decided to install a CCTV system on campus.\r\nPhase 1: Install 586 cameras in five (5) buildings\r\nPhase 2: Install an additional 718 cameras for the Engineering, Education, Accountancy and High School Buildings, the research complex, the student center and the creation of a Network Operating Center (NOC) for the CCTV system.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">Phase 1: Using state-of-the-art IP cameras from 3S Vision, Net Pacific installed units of IP cameras at strategic places in the five (5) buildings. Net Pacific used domeshaped and bullet-type cameras, both water-proof (IP67) and vandal-proof (IP68) and with varifocal lenses and infrared capability. We also fabricated wire ways with a custom-made cable tray, wall mount cabinet and openbay rack cabinet specially made for the campus’ CCTV and data requirements, and used Belden Cat5e and Cat6 cables as the backbone of its structured cabling. Brands used in their network were Cisco Core Switch, HP POE &amp; GE UPS. With a long term partnership with the university, we intend to bridge CCTV connections from Phase 1 to the NOC for a more unified and centralized monitoring system within the campus.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p>\r\n<p style=\"text-align: center;\">The civilian national police force of the Philippines needed a way to connect the security systems at Camp Bagong Diwa to the Manila Police District using radio and called on us to address that need.</p>\r\n<p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p>\r\n<p style=\"text-align: center;\">In order to link the existing cameras, Net Pacific’s team chose strategically placed buildings within the line of sight of a military base and the Manila Police District. We set up on top of buildings and linked FireTide radio using a parabolic antenna. Net Pacific also set up units of 42” 24/7 industrial LFD monitors</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\nInformation Technology Systems / Extra Low Voltage (ITS/ELV)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\nMechanical, Electrical, Plumbing, and Fire Protection (MEPF)\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n3qb ODC International Plaza\r\n219 Salcedo St. Legaspi Village\r\nMakati City 1229 Philippines\r\n\r\n<strong>METRO CEBU</strong>\r\n87 Rahmann Street\r\nBarangay Zapatera\r\nCebu City 6000 Philippines\r\n\r\n<strong>METRO DAVAO</strong>\r\n34 C.M. Recto Avenue, Poblacion District,\r\nDavao City, 8000 Philippines\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<strong>METRO MANILA</strong>\r\n(632) 893 9306; (632) 893 4953\r\n(632) 817 5314; (632) 817 5316\r\n\r\n<strong>METRO CEBU</strong>\r\n(032) 401 1311\r\nTelefax No.: (032) 505 6577\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\ninfo@netpacific.net\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Video Surveillance System (CCTV)','','inherit','closed','closed','','724-revision-v1','','','2017-08-14 09:15:38','2017-08-14 01:15:38','',724,'http://localhost/netpac/2017/08/14/724-revision-v1/',0,'revision','',0),(733,1,'2017-08-16 08:12:15','2017-08-16 00:12:15','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"MECHANICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>MECHANICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A tourism estate Project of a leading property developer which is located at Mactan Newtown, Lapu-Lapu City. This is an 18-storey hotel building with a basement and with a total land area of 7,893,669.5 square meters.\r\nWe are tasked to install Electrical, FDAS, SCS, CCTV, &amp; PA System which consist of installation of Service Entrance for both Electrical and Auxilliary installation of panel board, lighting fixture, power outlets, rough-ins for CCTV, FDAS and CATV, and installation of LAN and telephone outlets.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning Electrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power Installation,Conventional Smoke detector Installation, Manual Pull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supply, install and Testing &amp; Commissioning of all Electrical System,FDAS System(Bosch brand) and PA System (TOA brand) which includes panel boards, Ups power , Normal Power, lighting Fixture Installation, Air-conditioning power supply, Addressible Smoke detectors, Manual pull, Strobe lights, FACP Panel, Ceiling mounted Speakers and Amplifiers for a local insurance provider.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','publish','closed','closed','','mepf','','','2017-08-16 08:42:34','2017-08-16 00:42:34','',0,'http://localhost/netpac/?page_id=733',0,'page','',0),(734,1,'2017-08-16 08:12:15','2017-08-16 00:12:15','','Mechanical','','inherit','closed','closed','','733-revision-v1','','','2017-08-16 08:12:15','2017-08-16 00:12:15','',733,'http://localhost/netpac/2017/08/16/733-revision-v1/',0,'revision','',0),(735,1,'2017-08-16 08:15:18','2017-08-16 00:15:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>STRUCTURED CABLING SYSTEMS</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\n\n<p>Case Study</p>\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','inherit','closed','closed','','733-autosave-v1','','','2017-08-16 08:15:18','2017-08-16 00:15:18','',733,'http://localhost/netpac/2017/08/16/733-autosave-v1/',0,'revision','',0),(736,1,'2017-08-16 08:13:45','2017-08-16 00:13:45','','','','inherit','open','closed','','509032804-crop-u19661','','','2017-08-16 08:13:54','2017-08-16 00:13:54','',733,'http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg',0,'attachment','image/jpeg',0),(737,1,'2017-08-16 08:15:09','2017-08-16 00:15:09','','','','inherit','open','closed','','u10053','','','2017-08-16 08:15:14','2017-08-16 00:15:14','',733,'http://localhost/netpac/wp-content/uploads/2017/08/u10053.png',0,'attachment','image/png',0),(738,1,'2017-08-16 08:16:54','2017-08-16 00:16:54','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>STRUCTURED CABLING SYSTEMS</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A tourism estate Project of a leading property developer\r\nwhich is located at Mactan Newtown, Lapu-Lapu City.\r\nThis is an 18-storey hotel building with a basement and\r\nwith a total land area of 7,893,669.5 square meters.\r\nWe are tasked to install Electrical, FDAS, SCS, CCTV, &amp; PA System\r\nwhich consist of installation of Service Entrance for both\r\nElectrical and Auxilliary installation of panel board, lighting fixture,\r\n power outlets, rough-ins for CCTV, FDAS and CATV,\r\nand installation of LAN and telephone outlets.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning\r\nElectrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power\r\nInstallation,Conventional Smoke detector Installation, Manual\r\nPull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning\r\nElectrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power\r\nInstallation,Conventional Smoke detector Installation, Manual\r\nPull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','inherit','closed','closed','','733-revision-v1','','','2017-08-16 08:16:54','2017-08-16 00:16:54','',733,'http://localhost/netpac/2017/08/16/733-revision-v1/',0,'revision','',0),(739,1,'2017-08-16 08:18:13','2017-08-16 00:18:13','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>STRUCTURED CABLING SYSTEMS</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A tourism estate Project of a leading property developer\r\nwhich is located at Mactan Newtown, Lapu-Lapu City.\r\nThis is an 18-storey hotel building with a basement and\r\nwith a total land area of 7,893,669.5 square meters.\r\nWe are tasked to install Electrical, FDAS, SCS, CCTV, &amp; PA System\r\nwhich consist of installation of Service Entrance for both\r\nElectrical and Auxilliary installation of panel board, lighting fixture,\r\n power outlets, rough-ins for CCTV, FDAS and CATV,\r\nand installation of LAN and telephone outlets.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning\r\nElectrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power\r\nInstallation,Conventional Smoke detector Installation, Manual\r\nPull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supply, install and Testing &amp; Commissioning of all Electrical\r\nSystem,FDAS System(Bosch brand) and PA System (TOA brand)\r\nwhich includes panel boards, Ups power , Normal Power, lighting\r\nFixture Installation, Air-conditioning power supply, Addressible\r\nSmoke detectors, Manual pull, Strobe lights, FACP Panel, Ceiling\r\nmounted Speakers and Amplifiers for a local insurance provider.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','inherit','closed','closed','','733-revision-v1','','','2017-08-16 08:18:13','2017-08-16 00:18:13','',733,'http://localhost/netpac/2017/08/16/733-revision-v1/',0,'revision','',0),(740,1,'2017-08-16 08:21:23','2017-08-16 00:21:23','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ELECTRICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ELECTRICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11006.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, installation of lighting fixtures, and power supply for the UPS system and VAV type air-conditioning for a Business Process Outsourcing  company located in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels for ups powered sources, normal power, lighting and air conditioning systems from Second Floor up to Fourth Floor with a total area of around 5400 sq. meters for the largest privately owned Business Process Outsourcing company in the world, which has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A luxury casino  resort &amp; hotel complex in  Manila that features a unique and remarkable Dome nighclub, exclusive beachclub, VIP hotel, MC Hotel, luxurious gaming floors, shopping esplanade, villas, suites, water feature and light shows, finest casual and signature dining restaurants. A total of 7,000 cat6 utp cables pulled for VIP Hotel for Wifi, Voice and Data. 30,000 meters Single Mode fiber pulled for the complete redundancy for the entire VIP Hotel on all the auxiliary and access rooms.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','publish','closed','closed','','electrical','','','2017-08-16 08:41:06','2017-08-16 00:41:06','',0,'http://localhost/netpac/?page_id=740',0,'page','',0),(741,1,'2017-08-16 08:21:23','2017-08-16 00:21:23','','Electrical','','inherit','closed','closed','','740-revision-v1','','','2017-08-16 08:21:23','2017-08-16 00:21:23','',740,'http://localhost/netpac/2017/08/16/740-revision-v1/',0,'revision','',0),(742,1,'2017-08-16 08:25:29','2017-08-16 00:25:29','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ELECTRICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>ELECTRICAL</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11006.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\n\n<p>Case Study</p>\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','inherit','closed','closed','','740-autosave-v1','','','2017-08-16 08:25:29','2017-08-16 00:25:29','',740,'http://localhost/netpac/2017/08/16/740-autosave-v1/',0,'revision','',0),(743,1,'2017-08-16 08:22:16','2017-08-16 00:22:16','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/12606975_1253302998020056_151253412_n-crop-u19529.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"STRUCTURED CABLING SYSTEMS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>STRUCTURED CABLING SYSTEMS</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u5962.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Establishing efficient infrastructure is the foundation for long term use and reliability. That is why we specify and install only state-of-the-art systems that are more than just at par with industry standards. This is to ensure you capitalize on the full benefits structured cabling systems can provide in terms of efficiency in maintenance and dependability.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','inherit','closed','closed','','740-revision-v1','','','2017-08-16 08:22:16','2017-08-16 00:22:16','',740,'http://localhost/netpac/2017/08/16/740-revision-v1/',0,'revision','',0),(744,1,'2017-08-16 08:23:25','2017-08-16 00:23:25','','','','inherit','open','closed','','dsc00247-crop-u19668','','','2017-08-16 08:23:27','2017-08-16 00:23:27','',740,'http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg',0,'attachment','image/jpeg',0),(745,1,'2017-08-16 08:24:07','2017-08-16 00:24:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"MECHANICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>MECHANICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A tourism estate Project of a leading property developer\r\nwhich is located at Mactan Newtown, Lapu-Lapu City.\r\nThis is an 18-storey hotel building with a basement and\r\nwith a total land area of 7,893,669.5 square meters.\r\nWe are tasked to install Electrical, FDAS, SCS, CCTV, &amp; PA System\r\nwhich consist of installation of Service Entrance for both\r\nElectrical and Auxilliary installation of panel board, lighting fixture,\r\n power outlets, rough-ins for CCTV, FDAS and CATV,\r\nand installation of LAN and telephone outlets.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning\r\nElectrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power\r\nInstallation,Conventional Smoke detector Installation, Manual\r\nPull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supply, install and Testing &amp; Commissioning of all Electrical\r\nSystem,FDAS System(Bosch brand) and PA System (TOA brand)\r\nwhich includes panel boards, Ups power , Normal Power, lighting\r\nFixture Installation, Air-conditioning power supply, Addressible\r\nSmoke detectors, Manual pull, Strobe lights, FACP Panel, Ceiling\r\nmounted Speakers and Amplifiers for a local insurance provider.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','inherit','closed','closed','','733-revision-v1','','','2017-08-16 08:24:07','2017-08-16 00:24:07','',733,'http://localhost/netpac/2017/08/16/733-revision-v1/',0,'revision','',0),(746,1,'2017-08-16 08:24:55','2017-08-16 00:24:55','','','','inherit','open','closed','','u11006','','','2017-08-16 08:24:58','2017-08-16 00:24:58','',740,'http://localhost/netpac/wp-content/uploads/2017/08/u11006.png',0,'attachment','image/png',0),(747,1,'2017-08-16 08:26:40','2017-08-16 00:26:40','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ELECTRICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ELECTRICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11006.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System for this\r\nproject that includes installation of panelboards and power\r\noutlets for normal and UPS supply, installation of lighting fixtures,\r\nand power supply for the UPS system and VAV type air-conditioning\r\nfor a Business Process Outsourcing  company located in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels\r\nfor ups powered sources, normal power, lighting and air conditioning\r\nsystems from Second Floor up to Fourth Floor with a total area of\r\naround 5400 sq. meters for the largest privately owned\r\nBusiness Process Outsourcing company in the world,\r\nwhich has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A luxury casino  resort &amp; hotel complex in  Manila that features a unique\r\n and remarkable Dome nighclub, exclusive beachclub, VIP hotel, MC\r\nHotel, luxurious gaming floors, shopping esplanade, villas, suites,\r\nwater feature and light shows, finest casual and signature dining\r\nrestaurants. A total of 7,000 cat6 utp cables pulled for VIP Hotel\r\nfor Wifi, Voice and Data. 30,000 meters Single Mode fiber pulled\r\nfor the complete redundancy for the entire VIP Hotel on all the\r\nauxiliary and access rooms.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','inherit','closed','closed','','740-revision-v1','','','2017-08-16 08:26:40','2017-08-16 00:26:40','',740,'http://localhost/netpac/2017/08/16/740-revision-v1/',0,'revision','',0),(748,1,'2017-08-16 08:31:38','2017-08-16 00:31:38','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture3-crop-u19675.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"PLUMBING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>PLUMBING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11325.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We install all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, as well as the supply and installation of lighting fixtures as well as power supply for the UPS system  for a multinational company in Davao. We also supplied and installed the FDAS System which includes smoke and heat detectors, panel and annuciators for this whole project which we used an addressable type system.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supplied and installed all Electrical System which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also supplying and installing all Auxiliary System such as FDAS, CCTV and Voice and Data for a local Memorial Chapel</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A condominium complex in Manila has eight and twelve storey residential building. We installed all Electrical System for all cluster which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also installed all Auxiliary System such as FDAS, CCTV and Voice and Data.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plumbing','','publish','closed','closed','','plumbing','','','2017-08-16 08:37:58','2017-08-16 00:37:58','',0,'http://localhost/netpac/?page_id=748',0,'page','',0),(749,1,'2017-08-16 08:31:38','2017-08-16 00:31:38','','Plumbing','','inherit','closed','closed','','748-revision-v1','','','2017-08-16 08:31:38','2017-08-16 00:31:38','',748,'http://localhost/netpac/2017/08/16/748-revision-v1/',0,'revision','',0),(750,1,'2017-08-16 08:36:41','2017-08-16 00:36:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture3-crop-u19675.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"PLUMBING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>PLUMBING</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11325.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\n\n<p>Case Study</p>\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\n\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We install all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, as well as the supply and installation of lighting fixtures as well as power supply for the UPS system  for a multinational company in Davao. We also supplied and installed the FDAS System which includes smoke and heat detectors, panel and annuciators for this whole project which we used an addressable type system.</p>\n\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supplied and installed all Electrical System which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also supplying and installing all Auxiliary System such as FDAS, CCTV and Voice and Data for a local Memorial Chapel</p>\n\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\n\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A condominium complex in Manila has eight and twelve storey residential building. We installed all Electrical System for all cluster which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also installed all Auxiliary System such as FDAS, CCTV and Voice and Data.</p>\n\n[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plumbing','','inherit','closed','closed','','748-autosave-v1','','','2017-08-16 08:36:41','2017-08-16 00:36:41','',748,'http://localhost/netpac/2017/08/16/748-autosave-v1/',0,'revision','',0),(751,1,'2017-08-16 08:32:38','2017-08-16 00:32:38','','','','inherit','open','closed','','picture3-crop-u19675','','','2017-08-16 08:32:41','2017-08-16 00:32:41','',748,'http://localhost/netpac/wp-content/uploads/2017/08/picture3-crop-u19675.jpg',0,'attachment','image/jpeg',0),(752,1,'2017-08-16 08:33:28','2017-08-16 00:33:28','','','','inherit','open','closed','','u11325','','','2017-08-16 08:33:31','2017-08-16 00:33:31','',748,'http://localhost/netpac/wp-content/uploads/2017/08/u11325.png',0,'attachment','image/png',0),(753,1,'2017-08-16 08:37:58','2017-08-16 00:37:58','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture3-crop-u19675.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"PLUMBING\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>PLUMBING</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11325.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We install all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, as well as the supply and installation of lighting fixtures as well as power supply for the UPS system  for a multinational company in Davao. We also supplied and installed the FDAS System which includes smoke and heat detectors, panel and annuciators for this whole project which we used an addressable type system.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supplied and installed all Electrical System which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also supplying and installing all Auxiliary System such as FDAS, CCTV and Voice and Data for a local Memorial Chapel</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A condominium complex in Manila has eight and twelve storey residential building. We installed all Electrical System for all cluster which includes main service entrance for Meralco, three lightning protection system, installation of low voltage switchgear, distribution and panelboards, lighting fixtures. We also installed all Auxiliary System such as FDAS, CCTV and Voice and Data.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plumbing','','inherit','closed','closed','','748-revision-v1','','','2017-08-16 08:37:58','2017-08-16 00:37:58','',748,'http://localhost/netpac/2017/08/16/748-revision-v1/',0,'revision','',0),(754,1,'2017-08-16 08:40:17','2017-08-16 00:40:17','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ELECTRICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ELECTRICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11006.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, installation of lighting fixtures, and power supply for the UPS system and VAV type air-conditioning for a Business Process Outsourcing  company located in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels for ups powered sources, normal power, lighting and air conditioning systems from Second Floor up to Fourth Floor with a total area of\r\naround 5400 sq. meters for the largest privately owned Business Process Outsourcing company in the world, which has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A luxury casino  resort &amp; hotel complex in  Manila that features a unique and remarkable Dome nighclub, exclusive beachclub, VIP hotel, MC Hotel, luxurious gaming floors, shopping esplanade, villas, suites, water feature and light shows, finest casual and signature dining restaurants. A total of 7,000 cat6 utp cables pulled for VIP Hotel for Wifi, Voice and Data. 30,000 meters Single Mode fiber pulled for the complete redundancy for the entire VIP Hotel on all the auxiliary and access rooms.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','inherit','closed','closed','','740-revision-v1','','','2017-08-16 08:40:17','2017-08-16 00:40:17','',740,'http://localhost/netpac/2017/08/16/740-revision-v1/',0,'revision','',0),(755,1,'2017-08-16 08:41:06','2017-08-16 00:41:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/dsc00247-crop-u19668.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"ELECTRICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>ELECTRICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u11006.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System for this project that includes installation of panelboards and power outlets for normal and UPS supply, installation of lighting fixtures, and power supply for the UPS system and VAV type air-conditioning for a Business Process Outsourcing  company located in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels for ups powered sources, normal power, lighting and air conditioning systems from Second Floor up to Fourth Floor with a total area of around 5400 sq. meters for the largest privately owned Business Process Outsourcing company in the world, which has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A luxury casino  resort &amp; hotel complex in  Manila that features a unique and remarkable Dome nighclub, exclusive beachclub, VIP hotel, MC Hotel, luxurious gaming floors, shopping esplanade, villas, suites, water feature and light shows, finest casual and signature dining restaurants. A total of 7,000 cat6 utp cables pulled for VIP Hotel for Wifi, Voice and Data. 30,000 meters Single Mode fiber pulled for the complete redundancy for the entire VIP Hotel on all the auxiliary and access rooms.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Electrical','','inherit','closed','closed','','740-revision-v1','','','2017-08-16 08:41:06','2017-08-16 00:41:06','',740,'http://localhost/netpac/2017/08/16/740-revision-v1/',0,'revision','',0),(756,1,'2017-08-16 08:42:34','2017-08-16 00:42:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/509032804-crop-u19661.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"MECHANICAL\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>MECHANICAL</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u10053.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A tourism estate Project of a leading property developer which is located at Mactan Newtown, Lapu-Lapu City. This is an 18-storey hotel building with a basement and with a total land area of 7,893,669.5 square meters.\r\nWe are tasked to install Electrical, FDAS, SCS, CCTV, &amp; PA System which consist of installation of Service Entrance for both Electrical and Auxilliary installation of panel board, lighting fixture, power outlets, rough-ins for CCTV, FDAS and CATV, and installation of LAN and telephone outlets.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our Task is to supply and Install and Testing and commissioning Electrical System and FDAS System consisting Panel Board\r\ninstallation, lighting Installation, UPS and Normal power Installation,Conventional Smoke detector Installation, Manual Pull and Srobe Light for a commercial real estate agency in Cebu.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We supply, install and Testing &amp; Commissioning of all Electrical System,FDAS System(Bosch brand) and PA System (TOA brand) which includes panel boards, Ups power , Normal Power, lighting Fixture Installation, Air-conditioning power supply, Addressible Smoke detectors, Manual pull, Strobe lights, FACP Panel, Ceiling mounted Speakers and Amplifiers for a local insurance provider.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mechanical','','inherit','closed','closed','','733-revision-v1','','','2017-08-16 08:42:34','2017-08-16 00:42:34','',733,'http://localhost/netpac/2017/08/16/733-revision-v1/',0,'revision','',0),(757,1,'2017-08-16 08:43:55','2017-08-16 00:43:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture4-crop-u19682.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE PROTECTION\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>FIRE PROTECTION</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u19689.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System which includes installation of unified panelboards, digital kilowatthour meter, devices, lighting fixtures(ordinary and with battery packs). We also installed all Auxiliary System layouts: FDAS, CCTV, data and telephone, background music, door access to an embassy located in Bonifacio Global City Taguig</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A New Fit-out Project which is Business Process Outsourcing Project located at 11th to 20th floor Uptown tower1, BGC, Taguig City with a total floor Area of 19,530 Square Meter. Our Task is to supply and Install and Testing and commissioning of Electrical System consisting Panel Board installation, lighting Installation, UPS and Normal power Installation.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels for upspowered sources, normal power, lighting and air conditioning systems from Second Floor up to Fourth Floor with a total area of around 5400 sq. meters for the largest privately owned Business Process Outsourcing company in the world, which has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Protection','','publish','closed','closed','','fire-protection','','','2017-08-16 08:48:49','2017-08-16 00:48:49','',0,'http://localhost/netpac/?page_id=757',0,'page','',0),(758,1,'2017-08-16 08:43:55','2017-08-16 00:43:55','','Fire Protection','','inherit','closed','closed','','757-revision-v1','','','2017-08-16 08:43:55','2017-08-16 00:43:55','',757,'http://localhost/netpac/2017/08/16/757-revision-v1/',0,'revision','',0),(759,1,'2017-08-16 08:46:25','2017-08-16 00:46:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>OUR SERVICES</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture4-crop-u19682.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE PROTECTION\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>FIRE PROTECTION</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u19689.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\n\n<p>Case Study</p>\n\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\n\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A 6.2-hectare luxury integrated resort and casino in Metro Manila that naturally demanded state-of-the-art telecommunication network set up for more than 500 rooms across its hotels, as well as for a casino slated to have 365 gaming tables, 1,680 slot machines, and 1,680 electronic game tables— all demanding instantaneous, efficient data, voice, and WIFI connectivity throughout the facility.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">It took more than just supplying and installing CAT6 cabling system from TE Connectivity and a single-mode fiber backbone back up the system. But we were surely up to the task. As of 2014, we’ve installed IDFs throughout its hotels and casino. We also provided its data system requirements, such as racks and its electrical system while our engineers continued to provide assistance and solutions throughout the construction of the whole cabling infrastructure.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">The site was designed to be Global Delivery Center of a multinational information technology company and would soon be home to its Asiawide services, including business process outsourcing. However, the company requiring an IT infrastructure worthy of its reputation meant completing 12 floors in just two (2) months.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">To expedite time without sacrificing quality, we pooled our best engineers and technicians into four (4) to five (5) teams with 15-20 members each. Each team consisted of one project engineer, one supervisor, and a technical team that led in the planning and supervision of the installation. We also employed structured cabling systems that enable the world’s top performing Networks for delivering reliable and flexible high-performance. All teams attended to their tasks within working hours and completed the site on schedule.</p>[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A world-class destination for leisure and entertainment in Metro Manila demanded state-of-the-art telecommunications networks for more than 500 high-end luxurious rooms, suites, and bayside villas, as well as its sprawling 18,500 sqm casino. That easily meant efficient, fast, and reliable data, voice, and WIFI connectivity in all areas within the facility, and to top it all off, a VIP telephony within the system.</p><p class=\"h-slide\" style=\"text-align: center;\">OUR SOLUTION</p><p style=\"text-align: center;\">We employed an integrated portfolio of high performance copper and fiber cabling system from end-to-end. To ensure a fast and reliable backbone link throughout the facility, thousands of CAT6 nodes were supplied and installed for all guest rooms, function rooms, or rooms at the back-end office; for casino, all interconnected via OM3 Multimode Fiber Optic Cables (with redundancies). These enabled VoIP telephony to accommodate 10GB up to 100GB of data.</p>[/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\n\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\n\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\n\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\n\n<p>info@netpacific.net</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\n\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Protection','','inherit','closed','closed','','757-autosave-v1','','','2017-08-16 08:46:25','2017-08-16 00:46:25','',757,'http://localhost/netpac/2017/08/16/757-autosave-v1/',0,'revision','',0),(760,1,'2017-08-16 08:44:51','2017-08-16 00:44:51','','','','inherit','open','closed','','picture4-crop-u19682','','','2017-08-16 08:44:53','2017-08-16 00:44:53','',757,'http://localhost/netpac/wp-content/uploads/2017/08/picture4-crop-u19682.jpg',0,'attachment','image/jpeg',0),(761,1,'2017-08-16 08:46:16','2017-08-16 00:46:16','','','','inherit','open','closed','','u19689','','','2017-08-16 08:46:19','2017-08-16 00:46:19','',757,'http://localhost/netpac/wp-content/uploads/2017/08/u19689.png',0,'attachment','image/png',0),(762,1,'2017-08-16 08:48:09','2017-08-16 00:48:09','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"950px\" module_class=\"ac\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url=\"http://localhost/netpac/access-control/\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/picture4-crop-u19682.jpg\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" hover_icon=\"%%39%%\" animation=\"fade_in\" module_class=\"image-circle\" /][et_pb_text admin_label=\"FIRE PROTECTION\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"20\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>FIRE PROTECTION</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/08/u19689.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" animation=\"top\" /][et_pb_text admin_label=\"Content\" text_orientation=\"left\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>As part of our engineering expertise, Net Pacific’s competencies cover a vast area of specialty from Mechanical, Electrical, Fire Protection and even Plumbing.. Because at the end of the day, engineering all boils down to the specifics, integrating all these systems to work in efficiently in unison to benefit business is the bigger picture.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"#e7e7e7\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\" custom_width_px=\"840px\" module_class=\"case-study\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"28\" text_text_color=\"#7f7f7f\" border_style=\"solid\" custom_padding=\"||40px|\"]\r\n\r\n<p>Case Study</p>\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#3c3c3c\" custom_css_slide_description=\"text-shadow: none;||\" header_text_color=\"#000000\" body_font_size=\"14\" top_padding=\"10px\" bottom_padding=\"30px\" custom_css_slide_arrows=\"color:#7F7F7F;\"]\r\n\r\n[et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\" arrows_custom_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">We installed all Electrical System which includes installation of unified panelboards, digital kilowatthour meter, devices, lighting fixtures(ordinary and with battery packs). We also installed all Auxiliary System layouts: FDAS, CCTV, data and telephone, background music, door access to an embassy located in Bonifacio Global City Taguig</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">A New Fit-out Project which is Business Process Outsourcing Project located at 11th to 20th floor Uptown tower1, BGC, Taguig City with a total floor Area of 19,530 Square Meter. Our Task is to supply and Install and Testing and commissioning of Electrical System consisting Panel Board installation, lighting Installation, UPS and Normal power Installation.</p>\r\n\r\n[/et_pb_slide][et_pb_slide background_color=\"#dfdfdf\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" header_text_color=\"#7f7f7f\"]\r\n\r\n<p class=\"h-slide\" style=\"text-align: center;\">THE CHALLENGE</p><p style=\"text-align: center;\">Our tasks is to supply and install all Electrical Works including Power Panels for upspowered sources, normal power, lighting and air conditioning systems from Second Floor up to Fourth Floor with a total area of around 5400 sq. meters for the largest privately owned Business Process Outsourcing company in the world, which has a base in Ilocos Norte.</p>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/structured-cabling/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/access-control/\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/data-center/\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/mechanical/building-management-system/video-surveillance-system\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/networking/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-detection-and-alarm-system/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\" background_color=\"#1f4897\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\" text_text_color=\"#ffffff\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"http://localhost/netpac/mepf/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/electrical/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/plumbing/\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"dark\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" url=\"http://localhost/netpac/fire-protection/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_margin=\"||0px|\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> 3qb ODC International Plaza<br /> 219 Salcedo St. Legaspi Village<br /> Makati City 1229 Philippines</p><p><strong>METRO CEBU</strong><br /> 87 Rahmann Street<br /> Barangay Zapatera<br /> Cebu City 6000 Philippines</p><p><strong>METRO DAVAO</strong><br /> 34 C.M. Recto Avenue, Poblacion District,<br /> Davao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br /> (632) 893 9306; (632) 893 4953<br /> (632) 817 5314; (632) 817 5316</p><p><strong>METRO CEBU</strong><br /> (032) 401 1311<br /> Telefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fire Protection','','inherit','closed','closed','','757-revision-v1','','','2017-08-16 08:48:09','2017-08-16 00:48:09','',757,'http://localhost/netpac/2017/08/16/757-revision-v1/',0,'revision','',0),(763,1,'2017-08-21 07:59:06','2017-08-20 23:59:06','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nNET PACIFIC \"[your-subject]\"\n[your-name] <info@getonline.ph>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\ninfo@getonline.ph\nReply-To: [your-email]\n\n0\n0\n\nNET PACIFIC \"[your-subject]\"\nNET PACIFIC <info@getonline.ph>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\n[your-email]\nReply-To: info@getonline.ph\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-08-21 07:59:06','2017-08-20 23:59:06','',0,'http://localhost/netpac/?post_type=wpcf7_contact_form&p=763',0,'wpcf7_contact_form','',0),(764,1,'2017-08-21 08:13:24','2017-08-21 00:13:24','<label> Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Contact Number (required)\r\n    [text* c-number] </label>\r\n\r\n<label> Age (required)\r\n    [number age] </label>\r\n\r\n<label> Position Applied (required)\r\n    [text p-applied] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n[radio position default:1 \"Project Managers\" \"Project  in Charge\" \"Electricians\" \"Installers\" \"Fiber Technician\" \"OSP Engineer\"]\r\n\r\n<label> Degree (required)\r\n    [text degree] </label>\r\n\r\n<label> School/University (required)\r\n    [text school] </label>\r\n\r\n<label> Work Experience\r\n    [text work] </label>\r\n\r\n<label> Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"SEND\"]\n1\nNET PACIFIC \"[your-subject]\"\n[your-name] <info@getonline.ph>\ninfo@getonline.ph\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\nReply-To: [your-email]\n\n\n\n\nNET PACIFIC \"[your-subject]\"\nNET PACIFIC <info@getonline.ph>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on NET PACIFIC (http://localhost/netpac)\nReply-To: info@getonline.ph\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Work With Us','','publish','closed','closed','','work-with-us','','','2017-08-21 08:29:48','2017-08-21 00:29:48','',0,'http://localhost/netpac/?post_type=wpcf7_contact_form&#038;p=764',0,'wpcf7_contact_form','',0),(765,1,'2017-08-21 08:18:28','2017-08-21 00:18:28','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>WORK WITH US</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"FORM\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" custom_margin=\"20px|||\" custom_padding=\"20px|||\"]\r\n\r\n[contact-form-7 id=\"764\" title=\"Work With Us\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','publish','closed','closed','','work-with-us','','','2017-08-21 08:31:57','2017-08-21 00:31:57','',0,'http://localhost/netpac/?page_id=765',0,'page','',0),(766,1,'2017-08-21 08:18:28','2017-08-21 00:18:28','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\" custom_padding=\"20px||0px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"26\" custom_margin=\"||60px|\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:18:28','2017-08-21 00:18:28','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(767,1,'2017-08-21 08:19:00','2017-08-21 00:19:00','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.64\" custom_css_before=\".et_pb_container {||height: 100vh !important;||}\"][et_pb_fullwidth_header title=\"Engineering Expertise\" subhead=\"Providing expert system solutions\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%2%%\" scroll_down_icon_size=\"60px\" scroll_down_icon_size_last_edited=\"off|\" title_font_color=\"#ffffff\" background_overlay_color=\"rgba(31,72,151,0.73)\" logo_image_url=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-10-1.png\" _builder_version=\"3.0.64\" title_font_size=\"46px\" subhead_font=\"||on||\" subhead_font_size=\"30px\" parallax=\"on\" image_orientation=\"center\" content_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"right\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" custom_css_title=\"margin-top:20px;\" title_font_size_last_edited=\"on|phone\" subhead_font_size_last_edited=\"on|phone\" title_font_size_phone=\"36px\" subhead_font_size_phone=\"22px\" background_video_mp4=\"http://localhost/netpac/wp-content/uploads/2017/07/SLIDESHOW.mp4\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"Our Services\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR SERVICES</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR SERVICES\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Net Pacific is among the top information technology integrators and electrical-mechanical contractors trusted and proven in serving companies throughout the country, multi-awarded and certified in service and technological standards of expertise. We operate from our offices and warehouses in Metro Manila, Cebu City and Davao, allowing us to serve all the IT and infrastructure demands of our clientele all over the country.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(211,219,235,0.36)\" module_class=\"custom-hover\" module_id=\"its-elv\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Information Technology Systems / Extra Low Voltage (ITS/ELV)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Information Technology Systems / Extra Low Voltage (ITS/ELV)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Structured Cabling Systems\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/STRUCTURED-CABLING-SYSTEMS-hover.jpg\" url_new_window=\"off\" title=\"Structured Cabling Systems\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" url=\"#\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Access Control\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture5-crop-u19037.jpg\" url_new_window=\"off\" title=\"Access Control\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Data Center\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture6-crop-u19075.jpg\" url_new_window=\"off\" title=\"Data Center\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"BUILDING MANAGEMENT SYSTEM (BMS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture2-crop-u19120.jpg\" url_new_window=\"off\" title=\"BUILDING MANAGEMENT SYSTEM (BMS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Video Surveillance System (CCTV)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/surveillance-crop-u19144.jpg\" url_new_window=\"off\" title=\"Video Surveillance System (CCTV)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"NETWORKING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dreamstime_l_6094698-crop-u19168.jpg\" url_new_window=\"off\" title=\"NETWORKING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Fire Detection and Alarm System (FDAS)\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture1-crop-u19192.png\" url_new_window=\"off\" title=\"Fire Detection and Alarm System (FDAS)\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_class=\"custom-hover\" module_id=\"mepf\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Mechanical, Electrical, Plumbing, and Fire Protection (MEPF)</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" module_class=\"its\" custom_padding=\"0px||0px|\" padding_bottom_1=\"60px\" padding_bottom_2=\"60px\" padding_bottom_3=\"60px\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" padding_bottom_4=\"60px\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"MECHANICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/509032804-crop-u19209.jpg\" url_new_window=\"off\" title=\"MECHANICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" header_font=\"|on||on|\" text_orientation=\"center\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"ELECTRICAL\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/dsc00247-crop-u19233.jpg\" url_new_window=\"off\" title=\"ELECTRICAL\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"PLUMBING\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture3-crop-u19257.jpg\" url_new_window=\"off\" title=\"PLUMBING\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"FIRE PROTECTION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/picture4-crop-u19281.jpg\" url_new_window=\"off\" title=\"FIRE PROTECTION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" header_font=\"|on||on|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom:15px;||display:inline-block;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"clients\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>OUR CLIENTS</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"OUR CLIENTS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>At Net Paciﬁc, customers’ needs come ﬁrst. Whether it’s a last minute change, requests for increased support, or additional resources, customers’ are rest assured that Net Paciﬁc will be up to the task to deliver your requirements. Customers have access to our engineers and technicians at all times, even on the weekends. When something needs ﬁxing with the least delay, Net Paciﬁc will be there to provide the right people with the right solution(s).</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_class=\"valued-clients\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" custom_padding=\"||0px|\" padding_bottom_1=\"0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Our Valued Clients\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font=\"|on|||\" text_font_size=\"24\"]\r\n\r\n<p>Our Valued Clients</p>\r\n<p>&nbsp;</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" background_position_4=\"top_left\" background_repeat_4=\"no-repeat\" custom_padding=\"0px||0px|\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" padding_bottom_3=\"0px\" padding_bottom_4=\"0px\" custom_css_main_element=\"color:#000000;||font-size:14px;||font-weight: 100;||line-height:120px !important;\" padding_1_last_edited=\"off|desktop\" padding_2_last_edited=\"off|phone\" custom_margin=\"0px|||\"][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\" text_line_height=\"0em\"]\r\n\r\n<ul>\r\n<li>A world-leading outsourcing service partner</li>\r\n<li>An American multinational information technology company</li>\r\n<li>Philippines\' 4th largest bank in terms of assets</li>\r\n<li>An authorized dealer of Mercedes-Benz passenger cars and commercial vehicles</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li>The first integrated destination resort on a 8.3 hectare site in Manila</li>\r\n<li>A multinational oil and gas company</li>\r\n<li>The third oldest university in the Philippines</li>\r\n<li>A major provider of local telecommunications services in the Philippines</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li>A 6.2-hectare luxury integrated resort and casino complex in Manila</li>\r\n<li>A provider of outsourced, integrated customer care and billing services</li>\r\n<li>The largest telecommunications and digital services company in the Philippines</li>\r\n<li>A roman catholic, lasallian research university</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li>The largest chain of shopping malls in the Philippines</li>\r\n<li>The world\'s largest international serviced residence owner-operator</li>\r\n<li>A Canadian insurance company and financial services provider</li>\r\n<li>A government facility maintaining Philippines and United Kingdom relations</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"WORK WITH US\" _builder_version=\"3.0.64\" button_url=\"http://localhost/netpac/#contact\" url_new_window=\"off\" button_text=\"WORK WITH US\" button_alignment=\"right\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#1f4897\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" button_border_width=\"0\" button_border_radius=\"0\" button_text_size=\"14\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" custom_padding=\"||0px|\"][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" use_custom_width=\"on\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.64\" border_style=\"solid\" border_color=\"#1f4897\" border_width=\"2px\" active_tab_background_color=\"#1f4897\" inactive_tab_background_color=\"#ffffff\" tab_font=\"|on|||\" tab_font_size=\"19\" module_class=\"c-tab\" custom_css_tab=\"border:0px !important;\" custom_css_main_element=\"border:0 !important;\"]\r\n\r\n[et_pb_tab title=\"OUR ACCREDITATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"415\"] [/et_pb_tab][et_pb_tab title=\"OUR AWARDS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"] [page-content-sc id=\"438\"] [/et_pb_tab][et_pb_tab title=\"OUR CERTIFICATIONS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"485\"][/et_pb_tab][et_pb_tab title=\"OUR TRAININGS\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" body_font_select=\"default\" body_font=\"||||\"][page-content-sc id=\"438\"][/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"rgba(127,127,127,0.1)\" module_id=\"testimonials\" custom_padding=\"||0px|\"][et_pb_row use_custom_width=\"on\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_width_px=\"800px\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"TESTIMONIALS\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>TESTIMONIALS</p>\r\n\r\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" _builder_version=\"3.0.64\" parallax=\"off\" parallax_method=\"off\" show_arrows=\"on\" show_pagination=\"off\" remove_inner_shadow=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" body_text_color=\"#000000\" custom_css_slide_description=\"text-align:left;||text-shadow:none;||max-width: 400px;\" top_padding=\"0px\" custom_css_slide_arrows=\"color:#000;\"]\r\n\r\n[et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]G.L.<br />\r\n<em><small>Senior Management / URC International</small></em><br />\r\n<span style=\"font-size: 14px;\">“For our local brands to venture out into Asia has been a giant leap of faith for URC. But we were confident enough to do it because we had partners we could count on.</span><br />\r\n<span class=\"highlight\">It was the best decision for us to award the project to Net Pacific.</span><br />\r\n<span style=\"font-size: 14px;\">One glitch could have spelled disaster for us. They provided a reliable foundation for our operations.”</span></p>\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]J.H.<br />\r\n<em><small>Senior Management / The Nielsen Company (Philippines)</small></em><br />\r\n<span style=\"font-size: 14px;\">“Our clients all over the globe rely on our expertise on markets. They trust our recommendations because by experience, we’ve never been far off of our calculations. I could say the same for our local partner here in our Philippine office. They [Net Pacific] provided us with the tech capability to not only do our jobs, but also to do it well.</span><br />\r\n<span class=\"highlight\">What else can I say?<br />\r\nIt’s expertise that we trust.”</span></p>\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.<br />\r\n<em><small>Senior Management / HP Eton Centris</small></em><br />\r\n<span style=\"font-size: 14px;\">“Operating a worldwide supply chain calls for expertise and diligence in all aspects. There has to be a seamless integration between systems and processes to enable the smooth flow of our operations.</span><br />\r\n<span class=\"highlight\">Good thing we chose the right contractor in Net Pacific.”</span></p>\r\n[/et_pb_slide][et_pb_slide use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" alignment=\"center\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" arrows_custom_color=\"#000000\" background_color=\"rgba(255,255,255,0)\"]M.J.B.<br />\r\n<em><small>Senior Management / Integrated Facilities Management – Thomson Reuters</small></em><br />\r\n<span style=\"font-size: 14px;\">“We wanted to let you know how much we appreciated NETPACIFIC’s help with our operations and projects.</span><br />\r\n<span class=\"highlight\">Your quick turnaround for feedback and support for our concerns is highly appreciated which keeps you always ahead of other vendors.</span><br />\r\n<span style=\"font-size: 14px;\">Hope we keep this kind of working rhythm and good business relationship. This will surely help meet our project deadlines and keeping our common clients happy.”</span></p>\r\n[/et_pb_slide]\r\n\r\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\" module_id=\"company\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"OUR COMPANY\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-105\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" alt=\"\" width=\"57\" height=\"57\" /></p>\r\n<p>OUR COMPANY</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.64\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_position_2=\"top_left\" background_repeat_2=\"no-repeat\" background_position_3=\"top_left\" background_repeat_3=\"no-repeat\" make_equal=\"on\" background_color_1=\"#d3dbec\" background_color_2=\"#d3dbec\" background_color_3=\"#d3dbec\" custom_margin=\"0px|||\" custom_padding=\"0px|||\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR VISION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-12.png\" url_new_window=\"off\" title=\"OUR VISION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"144px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_main_element=\"background-color:#D3DBEC;\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\n<p>To be the company of choice in the Information Technology Systems and Electrical-Mechanical Contracting Industry.</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR MISSION\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-13.png\" url_new_window=\"off\" title=\"OUR MISSION\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"98px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\n<p>To provide high-quality services and products that combine performance and value pricing in the Information Technology Systems and Electro-Mechanical Contracting Industry while establishing a successful relationship with our customers and suppliers.</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"OUR CORE-VALUES\" _builder_version=\"3.0.64\" use_icon=\"off\" image=\"http://localhost/netpac/wp-content/uploads/2017/07/company-14.png\" url_new_window=\"off\" title=\"OUR CORE-VALUES\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" use_icon_font_size=\"off\" background_layout=\"light\" header_text_color=\"#000000\" body_text_color=\"#000000\" border_style=\"solid\" max_width=\"71px\" animation=\"top\" border_color=\"#000000\" header_font=\"|on|||\" header_font_size=\"16\" body_font_size=\"12\" custom_padding=\"40px|20px|40px|20px\" custom_css_blurb_image=\"border-bottom:6px solid #1F4897;\" custom_css_blurb_title=\"text-align:center;\"]\r\n\r\n<p>Competitive<br />\r\nAccountable<br />\r\nAdvancement<br />\r\nResponsive<br />\r\nExpertise</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" background_color=\"#1f4897\" module_id=\"contact\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"CONTACT US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"dark\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-183\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-07-1.png\" alt=\"\" width=\"57\" height=\"62\" /></p>\r\n<p>CONTACT US</p>\r\n\r\n[/et_pb_text][et_pb_contact_form _builder_version=\"3.0.64\" use_redirect=\"off\" captcha=\"on\" input_border_radius=\"0\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" form_background_color=\"#1f4897\" submit_button_text=\"SEND\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_border_color_hover=\"#ffffff\" use_border_color=\"on\" border_width=\"3px\" custom_css_captcha_label=\"color:#FFF;\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.64\"][et_pb_row _builder_version=\"3.0.64\"][et_pb_column type=\"1_4\"][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%122%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n3qb ODC International Plaza<br />\r\n219 Salcedo St. Legaspi Village<br />\r\nMakati City 1229 Philippines</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n87 Rahmann Street<br />\r\nBarangay Zapatera<br />\r\nCebu City 6000 Philippines</p>\r\n<p><strong>METRO DAVAO</strong><br />\r\n34 C.M. Recto Avenue, Poblacion District,<br />\r\nDavao City, 8000 Philippines</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%264%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p><strong>METRO MANILA</strong><br />\r\n(632) 893 9306; (632) 893 4953<br />\r\n(632) 817 5314; (632) 817 5316</p>\r\n<p><strong>METRO CEBU</strong><br />\r\n(032) 401 1311<br />\r\nTelefax No.: (032) 505 6577</p>\r\n\r\n[/et_pb_blurb][et_pb_blurb _builder_version=\"3.0.64\" use_icon=\"on\" font_icon=\"%%109%%\" url_new_window=\"off\" use_circle=\"on\" use_circle_border=\"off\" icon_placement=\"left\" use_icon_font_size=\"off\" background_layout=\"light\" border_style=\"solid\" animation=\"off\" icon_color=\"#ffffff\" circle_color=\"#1f4897\" body_font_size=\"12\" body_line_height=\"17px\"]\r\n\r\n<p>info@netpacific.net</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.7787523905613!2d121.01342231541403!3d14.554640989831833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9a589a9d163%3A0x768a8f16174dcde!2sNET+PAC+INC.!5e0!3m2!1sen!2sus!4v1501721980798\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d62806.602766101496!2d123.901559!3d10.308821!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a999448a3504bf%3A0xf1ef3d9d8ecdfdc7!2sRahmann+St%2C+Cebu+City%2C+Cebu%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722047956\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text _builder_version=\"3.0.64\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d63351.116842227726!2d125.61288600000002!3d7.074317!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x32f96d9f02717d3f%3A0x3c42e5ccc3403eba!2s34+C.M.+Recto+Ave%2C+Poblacion+District%2C+Davao+City%2C+Davao+del+Sur%2C+Philippines!5e0!3m2!1sen!2sus!4v1501722069459\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:19:00','2017-08-21 00:19:00','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(768,1,'2017-08-21 08:20:40','2017-08-21 00:20:40','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\n\n<p>WORK WITH US</p>\n\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\n\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-autosave-v1','','','2017-08-21 08:20:40','2017-08-21 00:20:40','',765,'http://localhost/netpac/2017/08/21/765-autosave-v1/',0,'revision','',0),(769,1,'2017-08-21 08:21:01','2017-08-21 00:21:01','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>WORK WITH US</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\r\n\r\n[contact-form-7 id=\"764\" title=\"Work With Us\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:21:01','2017-08-21 00:21:01','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(770,1,'2017-08-21 08:22:52','2017-08-21 00:22:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>WORK WITH US</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"FORM\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"764\" title=\"Work With Us\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:22:52','2017-08-21 00:22:52','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(771,1,'2017-08-21 08:23:18','2017-08-21 00:23:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>WORK WITH US</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"FORM\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"10px|||\"]\r\n\r\n[contact-form-7 id=\"764\" title=\"Work With Us\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:23:18','2017-08-21 00:23:18','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(772,1,'2017-08-21 08:23:50','2017-08-21 00:23:50','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.64\" module_id=\"services\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"560px\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" _builder_version=\"3.0.64\" custom_margin=\"||10px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Logo\" _builder_version=\"3.0.64\" show_in_lightbox=\"off\" url_new_window=\"off\" src=\"http://localhost/netpac/wp-content/uploads/2017/07/fa-netpacific-logo-11-1.png\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" use_overlay=\"off\" border_style=\"solid\" force_fullwidth=\"off\" custom_margin=\"||35px|\" animation=\"fade_in\" /][et_pb_text admin_label=\"WORK WITH US\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" text_font_size=\"30\" text_font=\"|on|||\" custom_margin=\"||60px|\"]\r\n\r\n<p>WORK WITH US</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"TEXT\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\"]\r\n\r\n<p>Here at Net Pacific, we value our employees the same way as we value our customers. Work with us, take the leap now and jumpstart your career.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"FORM\" text_orientation=\"center\" _builder_version=\"3.0.64\" background_layout=\"light\" header_font=\"|on|||\" border_style=\"solid\" custom_margin=\"20px|||\" custom_padding=\"20px|||\"]\r\n\r\n[contact-form-7 id=\"764\" title=\"Work With Us\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Work With Us','','inherit','closed','closed','','765-revision-v1','','','2017-08-21 08:23:50','2017-08-21 00:23:50','',765,'http://localhost/netpac/2017/08/21/765-revision-v1/',0,'revision','',0),(773,1,'2017-08-21 08:32:36','2017-08-21 00:32:36',' ','','','publish','closed','closed','','773','','','2017-08-21 08:32:36','2017-08-21 00:32:36','',0,'http://localhost/netpac/?p=773',9,'nav_menu_item','',0),(774,1,'2017-08-21 08:57:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-08-21 08:57:55','0000-00-00 00:00:00','',0,'http://localhost/netpac/?p=774',0,'post','',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),(187,2,0),(188,2,0),(190,2,0),(500,2,0),(501,2,0),(504,2,0),(505,2,0),(508,2,0),(563,3,0),(563,4,0),(563,5,0),(564,3,0),(564,4,0),(564,5,0),(565,3,0),(565,4,0),(565,5,0),(566,3,0),(566,4,0),(566,5,0),(570,3,0),(570,4,0),(570,5,0),(571,3,0),(571,5,0),(571,6,0),(649,3,0),(649,5,0),(649,6,0),(722,3,0),(722,5,0),(722,6,0),(773,2,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=7 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,1),(2,2,'nav_menu','',0,9),(3,3,'scope','',0,8),(4,4,'layout_type','',0,5),(5,5,'module_width','',0,8),(6,6,'layout_type','',0,3);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_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_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` 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=7 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),(2,'Main Menu','main-menu',0),(3,'not_global','not_global',0),(4,'section','section',0),(5,'regular','regular',0),(6,'layout','layout',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=25 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','getonlineadmin'),(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,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"d52e0d903e8108b182dfaa6ff0b6bc4426e3d07f6cd5a18189842bfa5636b330\";a:4:{s:10:\"expiration\";i:1503446188;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36\";s:5:\"login\";i:1503273388;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','774'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:2:\"::\";}'),(18,1,'wp_user-settings','libraryContent=browse&editor=html&imgsize=full'),(19,1,'wp_user-settings-time','1502672017'),(20,1,'closedpostboxes_page','a:0:{}'),(21,1,'metaboxhidden_page','a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(22,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\";}'),(23,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(24,1,'nav_menu_recently_edited','2');
/*!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(255) 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(255) 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`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 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,'getonlineadmin','$P$BpG/2VxWbTKnzZWptnjcPAOs8uaLCB1','getonlineadmin','info@getonline.ph','','2017-07-21 00:46:33','',0,'getonlineadmin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2017-08-21  9:00:50
